Function
ECaltime_day_end_with_zone
Declaration [src]
time_t
time_day_end_with_zone (
time_t time,
const ICalTimezone* zone
)
Description [src]
Returns the end of the day containing the given time_t, using the given
timezone. (The end of the day is the start of the next day.)
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.