ScheduleTimeType

public enum ScheduleTimeType : Equatable, Hashable

Indicate time or timeouts to select, such as for highlighting in a timeline.

  • Working time of working days (Monday to Friday) between 08:00-16:00.

    Declaration

    Swift

    case workdays
  • Nonworking time of working week days (Monday to Friday) between 00:00-08:00 and 16:00-24:00, and all time (00:00-24:00) of weekend days (Sunday and Saturday).

    Declaration

    Swift

    case workbreaks
  • Working time of all week days (Sunday to Saturday) between 08:00-16:00.

    Declaration

    Swift

    case days
  • Nonworking time of all week days (Sunday to Saturday) between 00:00-08:00 and 16:00-24:00.

    Declaration

    Swift

    case nights
  • All time (00:00-24:00) of working week days (Monday to Friday).

    Declaration

    Swift

    case weekdays
  • All time (00:00-24:00) of weekend days (Sunday and Saturday).

    Declaration

    Swift

    case weekends