Weekday

    Time.swift:76
    enum Weekday

    Cases

    • case sunday

      The day of the week Sunday, represented numerically as 0.

    • case monday

      The day of the week Monday, represented numerically as 1.

    • case tuesday

      The day of the week Tuesday, represented numerically as 2.

    • case wednesday

      The day of the week Wednesday, represented numerically as 3.

    • case thursday

      The day of the week Thursday, represented numerically as 4.

    • case friday

      The day of the week Friday, represented numerically as 5.

    • case saturday

      The day of the week Saturday, represented numerically as 6.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (24) members.

    Types

    Type members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features