FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSDate.h
Go to the documentation of this file.
1 //
2 // NSDate.h
3 // FoundationExtension
4 //
5 // Created by Jeong YunWon on 11. 7. 27..
6 // Copyright 2011 youknowone.org All rights reserved.
7 //
8 
15 #import <Foundation/Foundation.h>
16 
21 
23 @property(readonly) NSDateComponents *components __deprecated;
24 
25 @end
NSDate common shortcuts.
Definition: NSDate.h:20
NSDateComponents *components __deprecated
Get components from current Calendar.
Definition: NSDate.h:23