Event

Wisej.Web.Ext.FullCalendar.Event

Namespace: Wisej.Web.Ext.FullCalendar

Assembly: Wisej.Web.Ext.FullCalendar (3.2.0.0)

Represents an event in the FullCalendar control.

public class Event

Constructors

Constructs a new instance of Event.

Constructs a new instance of Event.

NameTypeDescription

id

A string that represents the ID of this event.

Constructs a new instance of an all-day Event.

NameTypeDescription

day

The DateTime date of the all-day event.

Constructs a new instance of Event.

NameTypeDescription

start

The starting DateTime date and time of the event.

end

The ending DateTime date and time of the event.

Constructs a new instance of Event.

NameTypeDescription

start

The starting DateTime date and time of the event.

duration

The TimeSpan duration of the event.

Constructs a new instance of an all-day Event.

NameTypeDescription

id

A string that represents the ID of this event.

day

The DateTime date of the all-day event.

Constructs a new instance of Event.

NameTypeDescription

id

A string that represents the ID of this event.

start

The starting DateTime date and time of the event.

end

The ending DateTime date and time of the event.

Constructs a new instance of Event.

NameTypeDescription

id

A string that represents the ID of this event.

start

The starting DateTime date and time of the event.

duration

The TimeSpan duration of the event.

Properties

Boolean: Returns or sets a flag indicating that this is an all-day event.

Color: Sets the background color for this event.

Color: Sets the border color for this event.

String: A CSS class (or array of classes) that will be attached to this event's element.

Boolean: Determines whether the event can be modified.

DateTime: Returns or sets the end date/time of this event.

String: Returns or sets the unique ID for this event.

String: Returns or sets the id of the Resource associated to this event.

DateTime: Returns or sets the start date/time of this event.

Color: Sets the text color for this event.

String: Returns or sets the title of this event.

Object: Returns a dynamic object that can be used to store custom data.

Last updated