DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAttribute Class / DateTimeTo Property






In This Topic
    DateTimeTo Property
    In This Topic
    End values for date and time ranges
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DateTimeTo As System.Date
    'Usage
     
    
    Dim instance As DicomAttribute
    Dim value As System.Date
     
    value = instance.DateTimeTo
    public System.DateTime DateTimeTo {get;}
    public read-only property DateTimeTo: System.DateTime; 
    public function get DateTimeTo : System.DateTime
    public: __property System.DateTime get_DateTimeTo();
    public:
    property System.DateTime DateTimeTo {
       System.DateTime get();
    }
    Remarks
    If the attribute has an open start range - e.g. "20060101-", then this property will return DicomGlobal.MaximumDateTime
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also