A newer version of this page is available.
Switch to the current version.
TimeZoneHelper.ToClientTime Method
Name | Parameters | Description |
---|---|---|
ToClientTime(TimeInterval) | sourceInterval | Converts a time interval from the time zone of the scheduler storage (operational time zone) to the client time zone. |
ToClientTime(TimeInterval, Boolean) | sourceInterval, treatAllDayAsFloatInterval | Converts a time interval from the specified time zone to the client time zone. |
ToClientTime(TimeInterval, String) | sourceInterval, sourceTimeZoneId | Converts a time interval from the specified time zone to the client time zone. |
ToClientTime(TimeInterval, String, Boolean) | sourceInterval, sourceTimeZoneId, treatAllDayAsFloatInterval | Converts a time interval from the specified time zone to the client time zone. |
ToClientTime(DateTime) | dateTime | Converts a DateTime value from the client time zone to the time zone of the scheduler storage (operational time zone). |
ToClientTime(DateTime, String) | sourceDateTime, sourceTimeZoneId | Converts a DateTime value from the specified time zone to the client time zone. |
ToClientTime(DateTime, String, String) | sourceDateTime, sourceTimeZoneId, clientTimeZoneId | Converts a DateTime value from one time zone to another. |
Feedback