FUIWeekStartDay
public enum FUIWeekStartDay
The enum denoting FUIWeekStartDay.
-
Causes the weeklabel view to display starting from sunday, when supplied as the parameter value to ‘weekStartDay’ of the init method
Declaration
Swift
case sunday
-
Causes the weeklabel view to display starting from monday, when supplied as the parameter value to ‘weekStartDay’ of the init method
Declaration
Swift
case monday
-
Causes the weeklabel view to display starting from saturday, when supplied as the parameter value to ‘weekStartDay’ of the init method
Declaration
Swift
case saturday