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

# day

A feature representing the day within the month.

## Declaration

```swift
static let day: DateFeatures
```

## See Also

### Features

- [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)
- [weekday](createmlcomponents/datefeatures/weekday.md)
