TdxGanttControlCalendar.IsWorkday(TDate) Method
Checks if the specified date is a workday.
Declaration
function IsWorkday(ADate: TDate): Boolean; overload;
Parameters
Name | Type |
---|---|
ADate | TDate |
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the date passed as the ADate parameter is a workday; otherwise, False.
See Also