The Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddChild |
Adds an ICalendarObject-based object as a child
of the current object.
(Inherited from CalendarObject.) | |
AddProperty(CalendarProperty) |
Adds a property to this component.
(Inherited from CalendarComponent.) | |
AddProperty(String, String) |
Adds a property to this component.
(Inherited from CalendarComponent.) | |
ClearEvaluation | (Inherited from RecurringComponent.) | |
Copy<(Of <<'(T>)>>) |
Creates a copy of the object.
(Inherited from CalendarObjectBase.) | |
CopyFrom | (Inherited from CalendarComponent.) | |
Equals | (Inherited from UniqueComponent.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode | (Inherited from UniqueComponent.) | |
GetOccurrences(DateTime) | (Inherited from RecurringComponent.) | |
GetOccurrences(IDateTime) | (Inherited from RecurringComponent.) | |
GetOccurrences(DateTime, DateTime) | (Inherited from RecurringComponent.) | |
GetOccurrences(IDateTime, IDateTime) | (Inherited from RecurringComponent.) | |
GetService(String) | (Inherited from CalendarObject.) | |
GetService(Type) | (Inherited from CalendarObject.) | |
GetService<(Of <<'(T>)>>)()()()() | (Inherited from CalendarObject.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
IsActive |
Determines whether or not the Event is actively displayed
as an upcoming or occurred event.
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
OccursAt |
Use this method to determine if an event begins at a given date and time.
| |
OccursOn |
Use this method to determine if an event occurs on a given date.
Note
This event should be called only after the [!:Evaluate]
method has calculated the dates for which this event occurs.
| |
OnChildAdded | (Inherited from CalendarObject.) | |
OnChildRemoved | (Inherited from CalendarObject.) | |
OnDeserialized | (Overrides UniqueComponent..::..OnDeserialized(StreamingContext).) | |
OnDeserializing | (Overrides RecurringComponent..::..OnDeserializing(StreamingContext).) | |
OnLoaded | (Inherited from CalendarObjectBase.) | |
OnUIDChanged | (Inherited from UniqueComponent.) | |
PollAlarms()()()() | (Inherited from RecurringComponent.) | |
PollAlarms(IDateTime, IDateTime) | (Inherited from RecurringComponent.) | |
RemoveChild |
Removed an ICalendarObject-based object from the Children
collection.
(Inherited from CalendarObject.) | |
RemoveService(String) | (Inherited from CalendarObject.) | |
RemoveService(Type) | (Inherited from CalendarObject.) | |
SetService(Object) | (Inherited from CalendarObject.) | |
SetService(String, Object) | (Inherited from CalendarObject.) | |
ToString | (Inherited from Object.) |