Gets a value indicating whether this
DicomDateValue structure is empty.



public bool IsEmpty {get;}
public bool IsEmpty {get;}
public boolean getIsEmpty()
public:
property bool IsEmpty {
bool get();
}
'Declaration
Public ReadOnly Property IsEmpty As Boolean
'Usage
Dim instance As DicomDateValue
Dim value As Boolean
value = instance.IsEmpty
Property Value
true if this
DicomDateValue structure is empty; otherwise, false.