C#
Objective-C
C++/CLI
Java
public static DicomDateTimeValue Now { get; }
@property (class, nonatomic, strong, readonly) LTDicomDateTimeValue *now;
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.
GetDateValue(DicomElement,Int32,Int32) Method