Packages
libical-glib
ICal
RecurrenceFrequency
DAILY_RECURRENCE
HOURLY_RECURRENCE
MINUTELY_RECURRENCE
MONTHLY_RECURRENCE
NO_RECURRENCE
SECONDLY_RECURRENCE
WEEKLY_RECURRENCE
YEARLY_RECURRENCE
from_string
to_string
RecurrenceFrequency
Description:
[
CCode
( cprefix =
"I_CAL_"
, has_type_id =
false
) ]
public
enum
RecurrenceFrequency
Namespace:
ICal
Package:
libical-glib
Content:
Enum values:
DAILY_RECURRENCE
HOURLY_RECURRENCE
MINUTELY_RECURRENCE
MONTHLY_RECURRENCE
NO_RECURRENCE
SECONDLY_RECURRENCE
WEEKLY_RECURRENCE
YEARLY_RECURRENCE
Static methods:
public
static
RecurrenceFrequency
from_string
(
string
str)
Converts a string representation to an enum representation for the frequency.
Methods:
public
unowned
string
to_string
()
Converts a enum representation to a string representation for the frequency.