TcxSchedulerDateTimeHelper.RoundTime(TDateTime) Method
Returns the time rounded to the nearest minute.
Declaration
class function RoundTime(const ADateTime: TDateTime): TDateTime; virtual;
Parameters
| Name | Type |
|---|---|
| ADateTime | TDateTime |
Returns
| Type |
|---|
| TDateTime |
Remarks
Use the RoundTime method to round the seconds in the time part of the ADateTime to the nearest minute.
See Also