---
title: Calendar.RepeatedTimePolicy.last
framework: foundation
role: symbol
role_heading: Case
path: foundation/calendar/repeatedtimepolicy/last
---

# Calendar.RepeatedTimePolicy.last

If there are two or more matching times (all the components are the same, including isLeapMonth) before the end of the next instance of the next higher component to the highest specified component, then the algorithm will return the last occurrence.

## Declaration

```swift
case last
```

## See Also

### Enumeration Cases

- [Calendar.RepeatedTimePolicy.first](foundation/calendar/repeatedtimepolicy/first.md)
