DicomObjects.NET.8.48 Documentation
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 System.Date
     
    'Usage
     
    
    Dim value As System.Date
     
    DicomGlobal.ValidDateMax = value
     
    value = DicomGlobal.ValidDateMax
    Remarks
    Default value is DateTime.MaxValue
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also