Skip to content
Ilho Ahn edited this page Nov 19, 2013 · 1 revision

Summary

DateTimeSet is Model for handle NSDate for easy. It's used by DateUtil.

Properties

Type Name
NSTimeInterval interval
NSInteger hours
NSInteger minutes
NSInteger seconds
NSInteger year
NSInteger month
NSInteger day

##Compare

- (BOOL)isEqualToDateTimes:(DateTimeSet*) target;

- (BOOL)isEqualToDate:(DateTimeSet*) target;

- (BOOL)isEqualToTime:(DateTimeSet*) target;

Direct init and alloc

+ (DateTimeSet*)makeDateTimeSetYear:(NSInteger)year month:(NSInteger)month day:(NSInteger)day;

+ (DateTimeSet*)makeDateTimeSetHour:(NSInteger)hour minute:(NSInteger)minute second:(NSInteger)second;

+ (DateTimeSet*)makeDateTimeSetYear:(NSInteger)year month:(NSInteger)month day:(NSInteger)day hour:(NSInteger)hour minute:(NSInteger)minute second:(NSInteger)second;

Version

Version 0.0.1 Build 61 Release 1