Converts the time/date property prop to to_zone.
When such property does not contain DATE nor DATE-TIME value, the function returns -1 and no output argument is set.
The vcalendar is used to get the timezone for the property, if provided, otherwise the timezone is tried to be found in the
tz_cache. If neither can get it, the iCal builtin timezones are checked. When the set timezone cannot be found, floating time
is used (which can be almost always wrong).
| prop |
an Property of DATE or DATE-TIME value |
| to_zone |
an Timezone to convert the time to, or null for UTC |
| vcalendar |
an optional VCALENDAR component with timezones for the |
| tz_cache |
an TimezoneCache to use to read the time zones from, or null if not available |
| out_itt |
return location for the converted time as Time, or null when not requested |
|
property's time converted into |