Event Class |
Namespace: Galactic.Calendar
The Event type exposes the following members.
Name | Description | |
---|---|---|
AllDayEvent |
Whether the event lasts all day long.
| |
Canceled |
Whether the event has been canceled.
| |
ContactEmail |
The e-mail address of the contact person for this event.
| |
ContactName |
The name of the contact person for this event.
| |
ContactPhone |
The phone number of the contact person for this event.
| |
Description |
A description of the event.
| |
DetailsLastUpdated |
The date and time that the event details were last updated.
| |
DetailsLastUpdatedBy |
The name of the last person to update the event details.
| |
EndDate |
The date and time the event ends.
| |
LastUpdated |
The date and time that the event was last updated.
| |
LastUpdatedBy |
The name of the last person to update the event.
| |
Location |
The event's location.
| |
LocationUrl |
A URL providing more information about the event's location.
| |
NoEndTime |
Indicates that the event does not have an end time specified.
| |
OnMultipleCalendars |
Whether the event is on multiple calendars.
| |
Priority |
The priority of the event on the calendar.
| |
Reoccurring |
Whether the event is reoccurring.
| |
StartDate |
The date and time the event starts.
| |
Title |
The event's title.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |