|
|
|
|
|
OrganizerTimeDisplayed (Function) In french: AgendaHeureAffichée Defines the time range displayed by the Organizer control in Day mode or in Week mode. The scrollbar and the height of rows in the Organizer control are modified in order to display the specified time range. If the time range of the Organizer control is greater than the one displayed, the scrollbar will allow you to access the times before and after the range.
// Positions the scrollbar in order for the visible time period // to go from 9.00 to 19:30 OrganizerTimeDisplayed(ORG_Organizer1, "0900", "1930")
Syntax
OrganizerTimeDisplayed(<Organizer control> , <Start time> , <End time>)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|