TcxSchedulerDateTimeHelper.IsOddMonth(TDateTime) Method
Determines whether the ADate month is odd or even.
Declaration
class function IsOddMonth(const ADate: TDateTime): Boolean;
Parameters
Name | Type |
---|---|
ADate | TDateTime |
Returns
Type |
---|
Boolean |
Remarks
The IsOddMonth method returns True if the ADate month is odd.
The ADate parameter specifies which month is to be checked.
See Also