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



    ValidDateMax Property
    Maximum allowed DateTime for validation purposes Default value is DateTime.MaxValue
    Syntax
    'Declaration
     
    Public Shared Property ValidDateMax As Date
     
    'Usage
     
    Dim value As Date
     
    DicomGlobal.ValidDateMax = value
     
    value = DicomGlobal.ValidDateMax
    Remarks
    Default value is DateTime.MaxValue
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also