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
-
Monday
Declaration
Swift
case mon = "mon"
-
Tuesday
Declaration
Swift
case tue = "tue"
-
Wednesday
Declaration
Swift
case wed = "wed"
-
Thursday
Declaration
Swift
case thu = "thu"
-
Friday
Declaration
Swift
case fri = "fri"
-
Saturday
Declaration
Swift
case sat = "sat"
-
Sunday
Declaration
Swift
case sun = "sun"