DaysOfWeek

public enum DaysOfWeek: String

The days of the week.

URL: http://hl7.org/fhir/days-of-week ValueSet: http://hl7.org/fhir/ValueSet/days-of-week

  • mon

    Monday

    Declaration

    Swift

    case mon = "mon"
  • tue

    Tuesday

    Declaration

    Swift

    case tue = "tue"
  • wed

    Wednesday

    Declaration

    Swift

    case wed = "wed"
  • thu

    Thursday

    Declaration

    Swift

    case thu = "thu"
  • fri

    Friday

    Declaration

    Swift

    case fri = "fri"
  • sat

    Saturday

    Declaration

    Swift

    case sat = "sat"
  • sun

    Sunday

    Declaration

    Swift

    case sun = "sun"