---
title: "dateWithYear:month:day:hour:minute:second:timeZone:"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/nscalendardate/datewithyear:month:day:hour:minute:second:timezone:"
---

# dateWithYear:month:day:hour:minute:second:timeZone:

## Declaration

```occ
+ (id) dateWithYear:(NSInteger) year month:(NSUInteger) month day:(NSUInteger) day hour:(NSUInteger) hour minute:(NSUInteger) minute second:(NSUInteger) second timeZone:(NSTimeZone *) aTimeZone;
```
