DicomObjects.NET Core 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 Date
    'Usage
     
    
    Dim instance As DicomAttribute
    Dim value As Date
     
    value = instance.DateTimeTo
    public DateTime DateTimeTo {get;}
    public:
    property DateTime DateTimeTo {
       DateTime get();
    }
    Remarks
    If the attribute has an open start range - e.g. "20060101-", then this property will return DicomGlobal.MaximumDateTime
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also