Difference between revisions of "CalendarEvent.Constructor"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
Line 4: Line 4:
 
| ownertype=class
 
| ownertype=class
 
| scope=public
 
| scope=public
| parameters=
+
| parameters=Title As String, StartDate As Date, EndDate As Date = Nil, EventColor As Color = &c4986E7, Location As String = "", Description As String = "", ID As String = ""
 
| returntype=
 
| returntype=
 
| version=1.0.1
 
| version=1.0.1
 
| platform=all
 
| platform=all
 
}}
 
}}

Revision as of 19:26, 6 May 2012

Method
CalendarEvent.Constructor ( Title As String, StartDate As Date, EndDate As Date = Nil, EventColor As Color = &c4986E7, Location As String = "", Description As String = "", ID As String = "" )