TcxSchedulerTimeGridScaleCell.TimeFinish Property
Gets the end time of the rightmost unit currently visible in the scheduling area.
Declaration
property TimeFinish: TDateTime read;
Property Value
Type |
---|
TDateTime |
Remarks
The returned unit’s end time depends upon the handled event:
the major time scale unit’s end time (for the OnCustomDrawMajorUnit event)
the minor time scale unit’s end time (for the OnCustomDrawMinorUnit event)
the time selection bar unit’s end time (for the OnCustomDrawSelectionBar event)
See Also