Skip to main content

TimeScale.Ceil(DateTime) Method

Calculates the smallest datetime value that is greater or equal to the argument and contains an integer number of specified time units.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public virtual DateTime Ceil(
    DateTime date
)

Parameters

Name Type Description
date DateTime

A DateTime value.

Returns

Type Description
DateTime

A DateTime value specifying a datetime argument rounded to a certain datetime unit.

See Also