System.Globalization.HebrewCalendar.MinSupportedDateTime Property

Gets the earliest date and time supported by the System.Globalization.HebrewCalendar type.

Syntax

public override DateTime MinSupportedDateTime { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Microsoft Visual Basic represents time of day as the specified time on the minimum date supported by the DateTime type, which is January 1, 0001 C.E. However, the System.Globalization.HebrewCalendar type does not support that minimum date. Consequently, if you call a method to format the time of day using the current calendar but you do not specify a format specifier, formatting uses the ISO 8601 sortable ("s") date/time pattern format specifier instead of the default general ("G") date/time pattern format specifier. For more information, see Standard DateTime Format Strings.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0