CalendarEvent.SetLength

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 17:57, 2 May 2012 by RB WikiCreator (Talk)

Jump to: navigation, search
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)