







|
| A Sandcastle Documented Class Library |
| Calendar..::..AddEvent Method |
| Calendar Class See Also Send Feedback |
Adds an event to the calendar
Namespace: Calendar.NET
Assembly: Calendar.NET (in Calendar.NET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void AddEvent( IEvent calendarEvent ) |
| Visual Basic |
|---|
Public Sub AddEvent ( _ calendarEvent As IEvent _ ) |
| Visual C++ |
|---|
public: void AddEvent( IEvent^ calendarEvent ) |
Parameters
- calendarEvent
- Type: Calendar.NET..::..IEvent
The IEvent to add to the calendar
