In This Topic
Start values for date and time ranges
Syntax
'Declaration
Public ReadOnly Property DateTimeFrom As System.Date
'Usage
Dim instance As DicomAttribute
Dim value As System.Date
value = instance.DateTimeFrom
public System.DateTime DateTimeFrom {get;}
public read-only property DateTimeFrom: System.DateTime;
public function get DateTimeFrom : System.DateTime
public: __property System.DateTime get_DateTimeFrom();
public:
property System.DateTime DateTimeFrom {
System.DateTime get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also