C#
Objective-C
C++
Java
public DicomDateValue(
int year,
int month,
int day
)
- (instancetype)initWithYear:(NSInteger)year month:(NSInteger)month day:(NSInteger)day NS_DESIGNATED_INITIALIZER;
public DicomDateValue(short year, short month, short day)
public DicomDateValue(int year, int month, int day)
year
Value that represents the year.
month
Value that represents the month.
day
Value that represents the day.
For an example, refer to SetIntValue.