ICalDatetimeperiod

ICalDatetimeperiod

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── ICalObject
        ╰── ICalDatetimeperiod

Description

Functions

i_cal_datetimeperiod_new ()

ICalDatetimeperiod *
i_cal_datetimeperiod_new (void);

Create a new ICalDatetimeperiod.

Returns

The newly created ICalDatetimeperiod.

[transfer full]

Since: 1.0


i_cal_datetimeperiod_get_time ()

ICalTime *
i_cal_datetimeperiod_get_time (ICalDatetimeperiod *dtp);

Get the time attribute of ICalDatetimeperiod.

Parameters

dtp

The ICalDatetimeperiod to be queried

 

Returns

The time attribute of dtp .

[transfer full]

Since: 1.0


i_cal_datetimeperiod_set_time ()

void
i_cal_datetimeperiod_set_time (ICalDatetimeperiod *dtp,
                               ICalTime *time);

Set the time attribute of ICalDatetimeperiod.

Parameters

dtp

The ICalDatetimeperiod to be set

 

time

The time attribute of dtp .

 

Since: 1.0


i_cal_datetimeperiod_get_period ()

ICalPeriod *
i_cal_datetimeperiod_get_period (ICalDatetimeperiod *dtp);

Get the period attribute of ICalDatetimeperiod.

Parameters

dtp

The ICalDatetimeperiod to be queried

 

Returns

The period attribute of dtp .

[transfer full]

Since: 1.0


i_cal_datetimeperiod_set_period ()

void
i_cal_datetimeperiod_set_period (ICalDatetimeperiod *dtp,
                                 ICalPeriod *period);

Set the period attribute of ICalDatetimeperiod.

Parameters

dtp

The ICalDatetimeperiod to be set

 

period

The period attribute of dtp .

 

Since: 1.0

Types and Values

ICalDatetimeperiod

typedef struct _ICalDatetimeperiod ICalDatetimeperiod;

This is the ICalDatetimeperiod instance.


struct ICalDatetimeperiodClass

struct ICalDatetimeperiodClass {
};

This is the ICalDatetimeperiod class.