util_icaltime_to_tm_with_zone
Description:
[ Version ( since = "2.22" ) ]
public tm? util_icaltime_to_tm_with_zone (Time itt, Timezone from_zone, Timezone to_zone)
Converts a time value from one timezone to another, and returns a struct tm representation of the time.
Parameters:
| itt |
A time value. |
| from_zone |
Source timezone. |
| to_zone |
Destination timezone. |
Returns:
|
The converted time as a struct tm. All fields will be set properly except for tm.tm_yday. |
Namespace: ECal
Package: libecal-2.0