C#
Objective-C
C++
Java
public bool IsEmpty { get; }
@property (nonatomic, assign, readonly) BOOL isEmpty;
public boolean getIsEmpty()
public:
property bool IsEmpty {
bool get();
}
true if this DicomDateValue structure is empty; otherwise, false.
For an example, refer to SetIntValue.