Class MonthDayType
Specifies the month day type.
Inheritance
System.Object
MonthDayType
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public sealed class MonthDayType : Enum
Fields
BlackoutDay
Specifies day is black out day.
Declaration
public const MonthDayType BlackoutDay
Field Value
Type |
---|
MonthDayType |
LeadingDay
Specifies day is next month day.
Declaration
public const MonthDayType LeadingDay
Field Value
Type |
---|
MonthDayType |
NormalDay
Specifies day is current month day.
Declaration
public const MonthDayType NormalDay
Field Value
Type |
---|
MonthDayType |
Today
Specifies day is current day.
Declaration
public const MonthDayType Today
Field Value
Type |
---|
MonthDayType |
TrailingDay
Specifies day is previous month day.
Declaration
public const MonthDayType TrailingDay
Field Value
Type |
---|
MonthDayType |