C#
VB
C++
Java
public static DicomDateTimeValue Now { get; }
Public Shared ReadOnly Property Now As DicomDateTimeValue
public static DicomDateTimeValue Now()
public:
static property DicomDateTimeValue Now {
DicomDateTimeValue get();
}
Returns a DicomDateTimeValue value containing the current date and time according to your system.
For an example, refer to SetIntValue.
GetDateValue(DicomElement,Int32,Int32) Method