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






In This Topic
    MaximumDateTime Property
    In This Topic
    Control the global MaximumDateTime value used by DicomObjects. Default value is DateTime.MaxValue
    Syntax
    'Declaration
     
    
    Public Shared Property MaximumDateTime As System.Date
    'Usage
     
    
    Dim value As System.Date
     
    DicomGlobal.MaximumDateTime = value
     
    value = DicomGlobal.MaximumDateTime
    public static System.DateTime MaximumDateTime {get; set;}
    public read-write property MaximumDateTime: System.DateTime; static; 
    public static function get,set MaximumDateTime : System.DateTime
    public: __property static System.DateTime get_MaximumDateTime();
    public: __property static void set_MaximumDateTime( 
       System.DateTime value
    );
    public:
    static property System.DateTime MaximumDateTime {
       System.DateTime get();
       void set (    System.DateTime value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also