TTMSFNCGanttTimeSpans.AddTimeSpan Method
Adds a working-time span with the specified start and end times.
API unit family: TMSFNCGanttClasses
Declaring type: TTMSFNCGanttTimeSpans
Syntax
function AddTimeSpan(AStartTime: TTime; AEndTime: TTime): TTMSFNCGanttTimeSpan; overload;
Parameters
| Name | Description |
|---|---|
AStartTime |
Start time of the interval. |
AEndTime |
End time of the interval. |
Returns
The newly created time span.