---
title: weekday
framework: createmlcomponents
role: symbol
role_heading: Type Property
path: createmlcomponents/datefeatures/weekday
---

# weekday

A feature representing the weekday.

## Declaration

```swift
static let weekday: DateFeatures
```

## See Also

### Features

- [day](createmlcomponents/datefeatures/day.md)
- [dayOfYear](createmlcomponents/datefeatures/dayofyear.md)
- [hour](createmlcomponents/datefeatures/hour.md)
- [minute](createmlcomponents/datefeatures/minute.md)
- [month](createmlcomponents/datefeatures/month.md)
- [second](createmlcomponents/datefeatures/second.md)
- [weekOfMonth](createmlcomponents/datefeatures/weekofmonth.md)
- [weekOfYear](createmlcomponents/datefeatures/weekofyear.md)
