ToClientTime(TimeInterval, Boolean)
|
sourceInterval, treatAllDayAsFloatInterval
|
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(TimeInterval, String)
|
sourceInterval, sourceTimeZoneId
|
Converts a time interval from the specified time zone to the client time zone.
|
ToClientTime(TimeInterval)
|
sourceInterval
|
Converts a time interval from the time zone of the scheduler storage (operational time zone) to the client time zone.
|
ToClientTime(DateTime, String, String)
|
sourceDateTime, sourceTimeZoneId, clientTimeZoneId
|
Converts a DateTime value from one time zone to another.
|
ToClientTime(DateTime, String)
|
sourceDateTime, sourceTimeZoneId
|
Converts a DateTime value from the specified time zone to the client time zone.
|
ToClientTime(DateTime)
|
dateTime
|
Converts a DateTime value from the time zone of the scheduler storage (operational time zone) to the client time zone.
|