C#
Objective-C
C++
public static DicomAgeValue Empty { get; }
@property (class, nonatomic, strong, readonly) LTDicomAgeValue *empty;
public:
static property DicomAgeValue Empty {
DicomAgeValue get();
}
Represents a new instance of the DicomAgeValue structure with member data set to 0.
An uninitialized DicomAgeValue has a (Number, Reference) value of 0,0.
For an example, refer to SetIntValue.