TimeZoneHelper.ToClientTime(TimeInterval) Method
Converts a time interval from the time zone of the scheduler storage (operational time zone) to the client time zone.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.Core.dll
Declaration
public TimeInterval ToClientTime(
TimeInterval sourceInterval
)
Public Function ToClientTime(
sourceInterval As TimeInterval
) As TimeInterval
Parameters
Name | Type | Description |
---|---|---|
sourceInterval | TimeInterval | The TimeInterval in the operational time zone. |
Returns
Type | Description |
---|---|
TimeInterval | The TimeInterval in the client time zone. |
Remarks
The time zone of the scheduler storage is specified by the SchedulerStorageBase.TimeZoneId property.
See Also
Feedback