timezone_element_at
Description:
[
CCode ( cname =
"i_cal_timezone_array_element_at" ) ]
[
Version ( since =
"1.0" ) ]
public Timezone timezone_element_at (
uint index)
Gets the Timezone at specified position in array.
Parameters:
index |
The index
|
timezones |
The array to be visited
|
Returns:
The Timezone at the position index in timezones .
|