A newer version of this page is available.
Switch to the current version.
TimeZoneHelper.FromClientTime(TimeInterval) Method
Converts a time interval from the client time zone to the time zone of the scheduler storage (operational time zone).
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public virtual TimeInterval FromClientTime(
TimeInterval interval
)
Public Overridable Function FromClientTime(
interval As TimeInterval
) As TimeInterval
Parameters
Name | Type | Description |
---|---|---|
interval | TimeInterval | A TimeInterval in the client time zone. |
Returns
Type | Description |
---|---|
TimeInterval | The TimeInterval in the operational time zone. |
See Also
Feedback