TcxSchedulerDateTimeHelper.CalculateTransitionDate(Word,TSystemTime) Method
Converts ADSTDateTime from TSystemTime to TDateTime for the specified year.
Declaration
class function CalculateTransitionDate(const AYear: Word; const ADSTDateTime: TSystemTime): TDateTime;
Parameters
Name | Type |
---|---|
AYear | Word |
ADSTDateTime | TSystemTime |
Returns
Type |
---|
TDateTime |
Remarks
AYear specifies the year for which ADSTDateTime will be converted.
ADSTDateTime specifies either the start or end date of the Daylight Saving Time.
See Also
TcxSchedulerDateTimeHelper.CalculateTransitionDate