CalendarEvent Class |
Namespace: Opait.Barcoder.QRCode
public class CalendarEvent
The CalendarEvent type exposes the following members.
| Name | Description | |
|---|---|---|
| CalendarEvent |
Initializes a new instance of the CalendarEvent class.
| |
| CalendarEvent(String, String, String, DateTime, DateTime, Boolean) |
Initializes a new instance of the CalendarEvent class.
|
| Name | Description | |
|---|---|---|
| AllDayEvent |
Gets or sets a flag indicating whether the event last all days.
| |
| Description |
Gets or sets the description of the calendar event.
| |
| End |
Gets or sets the end date and time of the event.
| |
| iCal |
Gets or sets a flag to indicate whether to wrap the event in iCalendar format.
| |
| Location |
Gets or sets the location of the calendar event.
| |
| Start |
Gets or sets the start date and time of the event.
| |
| Subject |
Gets or sets the subject of the calendar event.
|
| Name | Description | |
|---|---|---|
| ToString |
Formats the payload as input string to the encoder.
(Overrides ObjectToString.) |