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

# second

A feature representing the second within the minute.

## Declaration

```swift
static let second: 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)
- [weekOfMonth](createmlcomponents/datefeatures/weekofmonth.md)
- [weekOfYear](createmlcomponents/datefeatures/weekofyear.md)
- [weekday](createmlcomponents/datefeatures/weekday.md)
