NSDate(UPPlatform) Category Reference
| Declared in | NSDate+UPPlatform.h NSDate+UPPlatform.m |
Class Methods
dateFromDayInt:
Creates a date object from a day integer in the user’s local timezone. (i.e. 20140215)
+ (NSDate *)dateFromDayInt:(NSUInteger)dayIntParameters
- dayInt
The day integer to convert to a date.
Discussion
Creates a date object from a day integer in the user’s local timezone. (i.e. 20140215)
Declared In
NSDate+UPPlatform.hdateFromDayInt:inTimeZone:
Creates a date object from a day integer (i.e. 20140215)
+ (NSDate *)dateFromDayInt:(NSUInteger)dayInt inTimeZone:(NSTimeZone *)timezoneParameters
- dayInt
The day integer to convert to a date.
- timezone
The timezone used to convert the date.
Discussion
Creates a date object from a day integer (i.e. 20140215)
Declared In
NSDate+UPPlatform.h