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, Tag As Variant = Nil |
| returntype= | | returntype= | ||
| version=1.2.2 | | version=1.2.2 | ||
| platform=all | | platform=all | ||
}} | }} |
Revision as of 11:28, 11 June 2013
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, Tag As Variant = Nil )