C#
Objective-C
C++
Java
public static DicomDateValue Now { get; }
@property (class, nonatomic, strong, readonly) LTDicomDateValue *now;
public static DicomDateValue Now()
public:
static property DicomDateValue Now {
DicomDateValue get();
}
Returns a DicomDateValue value containing the current date and time according to your system.
For an example, refer to SetIntValue.
GetDateValue(DicomElement,Int32,Int32) Method