Difference between revisions of "CalendarEvent.SetLength"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 8: Line 8:
 
| platform=all
 
| platform=all
 
}}
 
}}
 +
 +
 +
 +
Set the length (in seconds) of the CalendarEvent
 +
 +
This code will set the length of the Event to 2 hours
 +
<rbcode>
 +
me.SetLength(2*60*60)
 +
</rbcode>

Revision as of 01:30, 1 May 2012

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 <rbcode> me.SetLength(2*60*60) </rbcode>