Method

ICalGLibTimezoneget_tzid

since: 1.0

Declaration [src]

const gchar*
i_cal_timezone_get_tzid (
  const ICalTimezone* zone
)

Description [src]

Returns the TZID of a timezone, or NULL, when none is set or when zone is also NULL.

Available since: 1.0

Return value

Type: const gchar*

The timezone id, or NULL.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.