Difference between revisions of "CalendarEvent.Constructor"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
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 00:33, 3 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 = "" )