FromClientTime(TimeInterval, Boolean)
|
interval, treatAllDayAsFloatInterval
|
Converts a time interval from the client time zone to the time zone of the scheduler storage (operational time zone).
|
FromClientTime(TimeInterval, String, Boolean)
|
sourceTimeInterval, targetTimeZoneId, treatAllDayAsFloatInterval
|
Converts a time interval from the client time zone to the specified time zone.
|
FromClientTime(TimeInterval, String)
|
sourceTimeInterval, targetTimeZoneId
|
Converts a time interval from the client time zone to the specified time zone.
|
FromClientTime(TimeInterval)
|
interval
|
Converts a time interval from the client time zone to the time zone of the scheduler storage (operational time zone).
|
FromClientTime(DateTime, String, String)
|
dateTime, targetTimeZoneId, clientTimeZoneId
|
Converts a time interval from one specified time zone to another.
|
FromClientTime(DateTime, String)
|
dateTime, targetTimeZoneId
|
Converts a DateTime value from the client time zone to the specified time zone.
|
FromClientTime(DateTime)
|
dateTime
|
Converts a DateTime value from the client time zone to the time zone of the scheduler storage (operational time zone).
|