C#
Objective-C
C++
Java
public static DicomDateRangeValue Empty { get; }
@property (class, nonatomic, strong, readonly) LTDicomDateRangeValue *empty;
public static DicomDateRangeValue getEmpty()
public:
static property DicomDateRangeValue Empty {
DicomDateRangeValue get();
}
Represents a new instance of the DicomDateRangeValue structure with uninitialized member data.
For an example, refer to SetIntValue.