Calendar for WinForms | ComponentOne
C1.Globalization Namespace / JapaneseCalendarEx Class / AlgorithmType Property

In This Topic
    AlgorithmType Property (JapaneseCalendarEx)
    In This Topic
    Gets a value that indicates whether the current calendar is solar-based, lunar-based, or a combination of both.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property AlgorithmType As CalendarAlgorithmType
    public override CalendarAlgorithmType AlgorithmType {get;}

    Property Value

    Always returns the System.Globalization.CalendarAlgorithmType.SolarCalendar value.
    See Also