[ CCode ( cname = "time_day_end_with_zone" ) ]
public time_t time_day_end_with_zone (time_t time, Timezone zone)
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 adjust to add or subtract days, hours, minutes & seconds.
| time |
A time_t value. |
| zone |
Timezone to use. |
|
the end of the day. |