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






    DateTimeFrom Property
    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
    Remarks
    If the attribute has an open ended range - e.g. "-20060101", then this property will return DicomGlobal.MinimumDateTime
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also