Weekday

public enum Weekday : Int, Codable, Equatable, CaseIterable, Identifiable, Sendable
  • Declaration

    Swift

    case monday = 1
  • Declaration

    Swift

    case tuesday = 2
  • Declaration

    Swift

    case wednesday = 3
  • Declaration

    Swift

    case thursday = 4
  • Declaration

    Swift

    case friday = 5
  • Declaration

    Swift

    case saturday = 6
  • Declaration

    Swift

    case sunday = 7
  • id

    Declaration

    Swift

    public var id: Int { get }