Function
ECaltime_add_day_with_zone
Declaration [src]
time_t
time_add_day_with_zone (
time_t time,
gint days,
const ICalTimezone* zone
)
Description [src]
Adds or subtracts a number of days to/from the given time_t value, 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.
days-
Type:
gintNumber of days to add.
zone-
Type:
NoneTimezone to use.
The data is owned by the caller of the function.