DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / ValidDateMax Property






In This Topic
    ValidDateMax Property
    In This Topic
    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
    public static System.DateTime ValidDateMax {get; set;}
    public read-write property ValidDateMax: System.DateTime; static; 
    public static function get,set ValidDateMax : System.DateTime
    public: __property static System.DateTime get_ValidDateMax();
    public: __property static void set_ValidDateMax( 
       System.DateTime value
    );
    public:
    static property System.DateTime ValidDateMax {
       System.DateTime get();
       void set (    System.DateTime value);
    }
    Remarks
    Default value is DateTime.MaxValue
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also