ECal.ComponentRange – libecal-2.0 Reference Manual
Packages
libecal-2.0
ECal
ComponentRange
ComponentRange
copy
get_datetime
get_kind
set_datetime
set_kind
ComponentRange
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"e_cal_component_range_get_type ()"
) ]
[
Compact
]
public
class
ComponentRange
Describes a range.
Use the functions below to work with it.
Namespace:
ECal
Package:
libecal-2.0
Content:
Creation methods:
public
ComponentRange
(
ComponentRangeKind
kind,
ComponentDateTime
datetime)
Creates a new
ComponentRange
describing a range.
Methods:
public
ComponentRange
copy
()
public
unowned
ComponentDateTime
get_datetime
()
Returns the date/time of the
this
.
public
ComponentRangeKind
get_kind
()
public
void
set_datetime
(
ComponentDateTime
datetime)
Set the date/time part of the
this
.
public
void
set_kind
(
ComponentRangeKind
kind)
Set the
kind
of the
this
.