Method
ECalComponentBagItemread_times
unstable since: 3.58
Declaration [src]
gboolean
e_cal_component_bag_item_read_times (
ECalComponentBagItem* self,
guint min_duration_minutes,
ICalTimezone* timezone
)
Description [src]
Reads the start time and the duration from the set component, returning whether any of it changed.
The min_duration_minutes is used to define the minimum duration, in minutes,
the item should have set. Any smaller duration is increased to it.
Available since: 3.58
Parameters
min_duration_minutes-
Type:
guintMinimum duration, in minutes.
timezone-
Type:
NoneAn
ICalTimezoneto calculate the start time for, orNULL.The argument can be NULL.The data is owned by the caller of the method.