Event
Wisej.Web.Ext.FullCalendar.Event
Last updated
Wisej.Web.Ext.FullCalendar.Event
Last updated
Namespace: Wisej.Web.Ext.FullCalendar
Assembly: Wisej.Web.Ext.FullCalendar (3.2.0.0)
Represents an event in the FullCalendar control.
Constructs a new instance of Event.
Constructs a new instance of Event.
Name | Type | Description |
---|---|---|
Constructs a new instance of an all-day Event.
Name | Type | Description |
---|---|---|
Constructs a new instance of Event.
Constructs a new instance of Event.
Constructs a new instance of an all-day Event.
Constructs a new instance of Event.
Constructs a new instance of Event.
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.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
start
The starting DateTime date and time of the event.
end
The ending DateTime date and time of the event.
start
The starting DateTime date and time of the event.
duration
The TimeSpan duration of the event.
id
A string that represents the ID of this event.
day
The DateTime date of the all-day event.
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.
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.
id
A string that represents the ID of this event.
day
The DateTime date of the all-day event.