TdxGanttControlCalendar.IsWorkTime(TDateTime) Method
Checks if the specified date and time is worktime.
Declaration
function IsWorkTime(ADateTime: TDateTime): Boolean;
Parameters
| Name | Type |
|---|---|
| ADateTime | TDateTime |
Returns
| Type |
|---|
| Boolean |
Remarks
This function returns True if the date and time passed as the ADateTime parameter is working time; otherwise, False.
See Also