Class
ArrowWeekOptions
Instance methods
Methods inherited from GArrowFunctionOptions (2)
garrow_function_options_equal
No description available.
since: 7.0.0
garrow_function_options_to_string
No description available.
since: 7.0.0
Properties
Arrow.WeekOptions:count-from-zero
Dates from current year that fall into last ISO week of the previous year return 0 if true and 52 or 53 if false.
since: 23.0.0
Arrow.WeekOptions:first-week-is-fully-in-year
Must the first week be fully in January (true), or is a week that begins on December 29, 30, or 31 considered to be the first week of the new year (false)?
since: 23.0.0
Arrow.WeekOptions:week-starts-monday
What day does the week start with (Monday=true, Sunday=false).
since: 23.0.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.