TimeSpan
Object Hierarchy:
Description:
[
CCode ( type_id =
"i_cal_time_span_get_type ()" ) ]
public sealed class TimeSpan :
Object
This is the ICalTimeSpan instance.
Content:
Creation methods:
Methods:
- public TimeSpan clone ()
Creates a new TimeSpan, clone of
this.
- public int contains (TimeSpan container)
Checks whether one TimeSpan is contained in
another TimeSpan.
- public long get_end ()
Gets the end of TimeSpan.
- public bool get_is_busy ()
Gets the is_busy of TimeSpan.
- public long get_start ()
Gets the start of TimeSpan.
- public int overlaps (TimeSpan s2)
Checks whether two spans overlap.
- public void set_end (long end)
Sets the end of TimeSpan.
- public void set_is_busy (bool is_busy)
Sets the is_busy of TimeSpan.
- public void set_start (long start)
Sets the start of TimeSpan.
Inherited Members:
All known members inherited from class ICal.Object
All known members inherited from class GLib.Object