|
|
|
|
|
StartTotalRange (Property) In french: DébutEtendueTotale
..StartTotalRange is used to: - finding out the first displayable date or time:
- in a Scheduler control.
in a TimeLine control.
modify the first displayable time in a TimeLine control.
Syntax
Finding out the first displayable date or time Hide the details
<Result> = <Control Name>..StartTotalRange
<Result>: Integer or character string in Date/Time format First value displayed in the control. This value corresponds to: - an integer for:
a TimeLine control, - a Scheduler control in second, millisecond or microsecond mode.
- a date in YYYYMMDDHHSSCC format for a Scheduler control in day, week or month mode.
<Control Name>: Character string (with or without quotes) Name of control to use. This control can correspond to: - a Scheduler control.
a TimeLine control.
Remarks - All the events represented by the control are included between ..StartTotalRange and ..EndTotalRange. This corresponds to the total range of the scrollbar or range slider associated with the control.
- All the events visible in the control are included between ..StartVisibleRange and ..EndVisibleRange. This corresponds to the size of the scrollbar box or range slider associated with the control.
..StartTotalRange and ..StartVisibleRange are equivalent. They are used to find out the first visible value in the control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|