TdxGanttControlTaskPredecessorLink.IsElapsedLagFormat Method
In This Article
Checks if a lag time is specified in elapsed format.
#Declaration
Delphi
function IsElapsedLagFormat: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
Elapsed time is the total calendar time required for task completion. This time includes weekends and holidays.
This function returns True if a lag time measurement unit has the ‘e’ prefix; otherwise, False.
See Also