Click or drag to resize

CalendarEvent Constructor (String, String, String, DateTime, DateTime, Boolean)

Initializes a new instance of the CalendarEvent class.

Namespace:  Opait.Barcoder.QRCode
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public CalendarEvent(
	string subject,
	string description,
	string location,
	DateTime start,
	DateTime end,
	bool allDayEvent = false
)

Parameters

subject
Type: SystemString
Subject/title of the calender event
description
Type: SystemString
Description of the event
location
Type: SystemString
Location (lat:long or address) of the event
start
Type: SystemDateTime
Start time of the event
end
Type: SystemDateTime
End time of the event
allDayEvent (Optional)
Type: SystemBoolean
Is it a full day event?
See Also