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

TimeZoneHelper.FromClientTime(DateTime) Method

Converts a DateTime value from the client time zone to the time zone of the scheduler storage (operational time zone).

Namespace: DevExpress.XtraScheduler

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

Declaration

public virtual DateTime FromClientTime(
    DateTime dateTime
)

Parameters

Name Type Description
dateTime DateTime

A DateTime value in the client time zone.

Returns

Type Description
DateTime

The DateTime value in the operational time zone.

See Also