Packages
libical-glib
ICal
RecurrenceWeekday
FRIDAY_WEEKDAY
MONDAY_WEEKDAY
NO_WEEKDAY
SATURDAY_WEEKDAY
SUNDAY_WEEKDAY
THURSDAY_WEEKDAY
TUESDAY_WEEKDAY
WEDNESDAY_WEEKDAY
from_string
to_string
RecurrenceWeekday
Description:
[
CCode
( cprefix =
"I_CAL_"
, has_type_id =
false
) ]
public
enum
RecurrenceWeekday
Namespace:
ICal
Package:
libical-glib
Content:
Enum values:
FRIDAY_WEEKDAY
MONDAY_WEEKDAY
NO_WEEKDAY
SATURDAY_WEEKDAY
SUNDAY_WEEKDAY
THURSDAY_WEEKDAY
TUESDAY_WEEKDAY
WEDNESDAY_WEEKDAY
Static methods:
public
static
RecurrenceWeekday
from_string
(
string
str)
Converts a string representation to an enum representation for the weekday.
Methods:
public
unowned
string
to_string
()
Converts a enum representation to a string representation for the weekday.