Skip to main content
A newer version of this page is available. .

TimeZoneHelper.ToClientTime(TimeInterval, Boolean) Method

Converts a time interval from the specified time zone to the client time zone.

Namespace: DevExpress.XtraScheduler

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

Declaration

public TimeInterval ToClientTime(
    TimeInterval sourceInterval,
    bool treatAllDayAsFloatInterval
)

Parameters

Name Type Description
sourceInterval TimeInterval

The TimeInterval in the specified time zone.

treatAllDayAsFloatInterval Boolean

true, to treat all-day intervals as floating intervals (i.e., that do not belong to any time zone); otherwise, false.

Returns

Type Description
TimeInterval

The TimeInterval in the client time zone.

See Also