A newer version of this page is available.
Switch to the current version.
TimeZoneHelper.ToClientTime(DateTime, String) Method
Converts a DateTime value from the specified time zone to the client time zone.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public DateTime ToClientTime(
DateTime sourceDateTime,
string sourceTimeZoneId
)
Public Function ToClientTime(
sourceDateTime As Date,
sourceTimeZoneId As String
) As Date
Parameters
Name | Type | Description |
---|---|---|
sourceDateTime | DateTime | A DateTime value in the specified time zone. |
sourceTimeZoneId | String | A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values. |
Returns
Type | Description |
---|---|
DateTime | A DateTime value in the client time zone. |
See Also
Feedback