Function
ICalGLibRecurrenceencode_day
unstable since: 3.0.5
Declaration [src]
gshort
i_cal_recurrence_encode_day (
ICalRecurrenceWeekday weekday,
gint position
)
Description [src]
Encodes the weekday and position into a single value, which can by split by i_cal_recurrence_day_day_of_week()
and i_cal_recurrence_day_position().
Available since: 3.0.5
Parameters
weekday-
Type:
ICalRecurrenceWeekdayThe
ICalRecurrenceWeekdayto use. position-
Type:
gintThe position to use. 0 == any of day of week. 1 == first, 2 = second, -2 == second to last, etc.