ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.JpCalendar Namespace / JapaneseCalendarEx Class / MinSupportedDateTime Property

In This Topic
    MinSupportedDateTime Property
    In This Topic
    Gets the earliest date and time supported by the current JapaneseCalendarEx object.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable ReadOnly Property MinSupportedDateTime As Date
    public override DateTime MinSupportedDateTime {get;}

    Property Value

    The earliest date and time supported by the JapaneseCalendarEx type, which is equivalent to the first moment of September 8, 1868 C.E. in the Gregorian calendar. For more information, see Remarks.
    See Also