Class CalendarType
Specifies the calendar system to be used in the component.
Inheritance
System.Object
CalendarType
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class CalendarType : Enum
Remarks
The CalendarType enum allows selecting between the Gregorian and Islamic (Hijri) calendar systems.
It determines how dates are displayed and handled in components such as the Calendar, DatePicker, and DateTimePicker.
Fields
Gregorian
Represents the Gregorian calendar system, which is the default mode.
Declaration
public const CalendarType Gregorian
Field Value
Type |
---|
CalendarType |
Islamic
Represents the Islamic (Hijri) calendar system.
Declaration
public const CalendarType Islamic
Field Value
Type |
---|
CalendarType |