Difference between revisions of "CalendarEvent.SetLength"
From Jeremie Leroy - XOJO Controls Wiki
m (78 revisions imported) |
|||
(76 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
| ownertype=class | | ownertype=class | ||
| scope=public | | scope=public | ||
− | | parameters= | + | | parameters=Value As Double |
| returntype= | | returntype= | ||
+ | | version=1.2.2 | ||
| platform=all | | platform=all | ||
}} | }} | ||
+ | |||
+ | |||
+ | |||
+ | Set the [[CalendarEvent.Length|Length]] (in seconds) of the CalendarEvent | ||
+ | |||
+ | This code will set the length of the Event to 2 hours | ||
+ | <source> | ||
+ | me.SetLength(2*60*60) | ||
+ | </source> |
Latest revision as of 14:20, 6 August 2015
Method
CalendarEvent.SetLength ( Value As Double )
Set the Length (in seconds) of the CalendarEvent
This code will set the length of the Event to 2 hours
Invalid language.
You need to specify a language like this: <source lang="html4strict">...</source>
Supported languages for syntax highlighting:
[Expand]
me.SetLength(2*60*60)