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

In This Topic
    AlgorithmType Property
    In This Topic
    Gets a value indicating 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

    One of the System.Globalization.CalendarAlgorithmType values.
    See Also