DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / ValidDateMin Property



    ValidDateMin Property
    Minimum allowed DateTime for validation purposes Default value is DateTime.MinValue
    Syntax
    'Declaration
     
    Public Shared Property ValidDateMin As Date
     
    'Usage
     
    Dim value As Date
     
    DicomGlobal.ValidDateMin = value
     
    value = DicomGlobal.ValidDateMin
    Remarks
    Default value is DateTime.MinValue
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also