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 = "", Editable As Boolean = False |
| returntype= | | returntype= | ||
| version=1.2.0 | | version=1.2.0 | ||
| platform=all | | platform=all | ||
}} | }} |
Revision as of 23:20, 20 August 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 = "", Editable As Boolean = False )