time_year_begin_with_zone
Description:
[ CCode ( cname = "time_year_begin_with_zone" ) ]
public long time_year_begin_with_zone (long time, Timezone zone)
public long time_year_begin_with_zone (long time, Timezone zone)
Returns the start of the year containing the given time_t, using the given timezone.
NOTE: this function is only here to make the transition to the timezone functions easier. New code should use ICalTime values and adjust to add or subtract days, hours, minutes & seconds.
Parameters:
time |
A time_t value. |
zone |
Timezone to use. |
Returns:
the beginning of the year. |
Namespace: ECal
Package: libecal-2.0