Skip to content

Commit

Permalink
Updated readme with 'dayInYear' and 'hourInYear'
Browse files Browse the repository at this point in the history
  • Loading branch information
belkevich committed Aug 22, 2015
1 parent 3f86d50 commit 52a8fcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ NSInteger hour = date.hour; // 13
NSInteger minute = date.minute; // 4
NSInteger second = date.second; // 35
NSUInteger daysInMonth = date.daysInMonth; // 31
NSUInteger dayInYear = date.dayInYear; // 213
NSUInteger hourInYear = date.hourInYear // 5102
```

###### Create date from date components
Expand Down

0 comments on commit 52a8fcc

Please sign in to comment.