HtmlForgeX

API Reference

Enum

FullCalendarViewOption

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
JsonConverter(typeof(FullCalendarViewOptionConverter))

Built-in calendar view options.

Inheritance

  • Enum
  • FullCalendarViewOption

Values

public const FullCalendarViewOption ListWeek #
Description("listWeek")

List events for a week.

Value: 0
public const FullCalendarViewOption ListMonth #
Description("listMonth")

List events for a month.

Value: 1
public const FullCalendarViewOption ListYear #
Description("listYear")

List events for an entire year.

Value: 2
public const FullCalendarViewOption ListDay #
Description("listDay")

List events for a single day.

Value: 3