Function
ECaltime_month_begin_with_zone
Declaration [src]
time_t
time_month_begin_with_zone (
time_t time,
const ICalTimezone* zone
)
Description [src]
Returns the start of the month 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
i_cal_time_adjust() to add or subtract days, hours, minutes & seconds.
Parameters
time-
Type:
time_tA time_t value.
zone-
Type:
NoneTimezone to use.
The data is owned by the caller of the function.