FUIWeekStartDay

public enum FUIWeekStartDay

The enum denotes the starting day of the week.

  • 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
  • Causes the weeklabel view to display the starting day of the week based on the locale. For example, in Sweden, the start day of the week is monday. This is the default value used when no parameter value is supplied to ‘weekStartDay’ of the init method .

    Declaration

    Swift

    case localeSpecific