DicomObjects.NET.V8
DicomObjects Namespace / DicomAttribute Class / DateTimeTo Property



    DateTimeTo Property
    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
    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.0 or higher

    See Also