Difference between revisions of "CalendarEvent.SetLength"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 12: Line 12:
  
  
Set the length (in seconds) of the CalendarEvent
+
Set the [[CalendarEvent.Length|Length]] (in seconds) of the CalendarEvent
  
 
This code will set the length of the Event to 2 hours
 
This code will set the length of the Event to 2 hours
 
<source>
 
<source>
me.SetLength(2*60*60)
+
me.[[CalendarEvent.SetLength|SetLength]](2*60*60)
 
</source>
 
</source>

Revision as of 01:28, 3 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

Invalid language.

You need to specify a language like this: <source lang="html4strict">...</source>

Supported languages for syntax highlighting:

[Expand]


me.[[CalendarEvent.SetLength|SetLength]](2*60*60)