TcxSchedulerDateTimeHelper.IsWeeksFull(TDateTime,TDateTime) Method
Determines whether the AStartDate and AEndDate parameters are the first and last days in a week.
Declaration
class function IsWeeksFull(const AStartDate: TDateTime; const AEndDate: TDateTime): Boolean;
Parameters
Name | Type |
---|---|
AStartDate | TDateTime |
AEndDate | TDateTime |
Returns
Type |
---|
Boolean |
Remarks
The IsWeeksFull method returns True if the AStartDate and AEndDate days are the first and last days in a week.
The AStartDate parameter specifies which date should be the first day in the week;
The AEndDate parameter specifies which date should be the last day in the week.
See Also