Initializes a new DicomDateTimeValue with explicit parameters.
public DicomDateTimeValue(int year,int month,int day,int hours,int minutes,int seconds,int fractions,int offset)
Public Function New( _ByVal year As Integer, _ByVal month As Integer, _ByVal day As Integer, _ByVal hours As Integer, _ByVal minutes As Integer, _ByVal seconds As Integer, _ByVal fractions As Integer, _ByVal offset As Integer _)
public DicomDateTimeValue(int year, int month, int day, int hours, int minutes, int seconds, int fractions, int offset) public:DicomDateTimeValue(int year,int month,int day,int hours,int minutes,int seconds,int fractions,int offset)
year
Value that represents the year.
month
Value that represents the month.
day
Value that represents the day.
hours
Value that represents the hour.
minutes
Value that represents the minute.
seconds
Value that represents the second.
fractions
Value that represents the fraction of a second.
offset
The optional suffix that indicates the offset (plus or minus) from Coordinated Universal Time.
For an example, refer to SetIntValue.
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
