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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also