HtmlForgeX

API Reference

Class

FullCalendarEventTimeFormat

Namespace HtmlForgeX
Assembly HtmlForgeX

Event time format options. Links: - https://fullcalendar.io/docs/eventTimeFormat

Inheritance

  • Object
  • FullCalendarEventTimeFormat

Constructors

Properties

public String Hour { get; set; } #
JsonIgnore(Condition = 3) JsonPropertyName("hour")

The hour format used when displaying event times.

public String Minute { get; set; } #
JsonIgnore(Condition = 3) JsonPropertyName("minute")

The minute format.

public String Second { get; set; } #
JsonIgnore(Condition = 3) JsonPropertyName("second")

Optional seconds format.

public Boolean OmitZeroMinute { get; set; } #
JsonPropertyName("omitZeroMinute")

Gets or sets a value indicating whether minutes should be omitted when zero.

public Boolean Hour12 { get; set; } #
JsonPropertyName("hour12")

Gets or sets whether to use 12-hour time.

public Boolean Meridiem { get; set; } #
JsonPropertyName("meridiem")

Gets or sets whether to display AM/PM designations.