|
|
|
|
|
<Scheduler>.TimeDisplayed (Función) Defines the time range displayed by the Scheduler control in Day mode or in Week mode. The scrollbar and the height of rows in the Scheduler control are modified in order to display the specified time range. If the time range of the Scheduler control is greater than the one displayed, the scrollbar will allow you to access the times before and after the range.
PLN_Planning1.HeureAffichée("0900", "1900")
Sintaxis
<Scheduler control>.TimeDisplayed(<Start time> , <End time>)
<Scheduler control>: Nombre del control Name of the Scheduler control to be used. This field may correspond to: - the Scheduler control of a window,
- the Scheduler control of a page,
- the Scheduler control of a report.
<Start time>: Cadena de caracteres Start time of display (in HHMM or HH format). <End time>: Cadena de caracteres End time of display (in HHMM or HH format).
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|