WeekOptions
Object Hierarchy:
Description:
[
CCode ( type_id =
"garrow_week_options_get_type ()" ) ]
public class WeekOptions :
FunctionOptions
Content:
Properties:
- public bool count_from_zero { get; set; }
Dates from current year that fall into last ISO week of the previous
year return 0 if true and 52 or 53 if false.
- public bool first_week_is_fully_in_year { get; set; }
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)?
- public bool week_starts_monday { get; set; }
What day does the week start with (Monday=true, Sunday=false).
Creation methods:
Inherited Members:
All known members inherited from class GArrow.FunctionOptions
All known members inherited from class GLib.Object