API Reference
Enum
FullCalendarViewOption
Built-in calendar view options.
Inheritance
- Enum
- FullCalendarViewOption
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const FullCalendarViewOption ListWeek #Description("listWeek")List events for a week.
Value:
0public const FullCalendarViewOption ListMonth #Description("listMonth")List events for a month.
Value:
1public const FullCalendarViewOption ListYear #Description("listYear")List events for an entire year.
Value:
2public const FullCalendarViewOption ListDay #Description("listDay")List events for a single day.
Value:
3