Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Calendar.MinSupportedDateTime Property

Definition

Namespace:
System.Globalization
Assemblies:
mscorlib.dll, System.Globalization.dll
Assemblies:
netstandard.dll, System.Runtime.dll
Assembly:
System.Globalization.dll
Assembly:
System.Runtime.dll
Assembly:
mscorlib.dll
Assembly:
netstandard.dll
Source:
Calendar.cs
Source:
Calendar.cs
Source:
Calendar.cs
Source:
Calendar.cs
Source:
Calendar.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the earliest date and time supported by this Calendar object.

public:
 virtual property DateTime MinSupportedDateTime { DateTime get(); };
public virtual DateTime MinSupportedDateTime { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public virtual DateTime MinSupportedDateTime { get; }
member this.MinSupportedDateTime : DateTime
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.MinSupportedDateTime : DateTime
Public Overridable ReadOnly Property MinSupportedDateTime As DateTime

Property Value

The earliest date and time supported by this calendar. The default is DateTime.MinValue.

Attributes

Applies to

See also


Feedback

Was this page helpful?