C#
VB
C++
Java
public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
public boolean getIsEmpty()
public:
property bool IsEmpty {
bool get();
}
true if this DicomDateRangeValue structure is empty; otherwise, false.
For an example, refer to SetIntValue.