C#
VB
C++
Initializes a new IccDateTime with explicit parameters.
public IccDateTime(
ushort year,
ushort month,
ushort day,
ushort hours,
ushort minutes,
ushort seconds
)
Public Function New( _
ByVal year As UShort, _
ByVal month As UShort, _
ByVal day As UShort, _
ByVal hours As UShort, _
ByVal minutes As UShort, _
ByVal seconds As UShort _
)
public:
IccDateTime(
ushort year,
ushort month,
ushort day,
ushort hours,
ushort minutes,
ushort seconds
)
year
Number of the year (actual year, e.g. 1994).
month
Number of the month (1-12).
day
Number of the day of the month (1-31).
hours
Number of hours (0-23).
minutes
Number of minutes (0-59).
seconds
Number of seconds (0-59).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET