我需要为“ipe App”确定一个具体日期、时间和时间区。
下面的缩略语是第4号,因为第4号标准是在Si4号。 我如何在不使用固定装置的情况下,轻而易地确定国家SDate。 时间,可以将其用于Si-3.0装置?
NSDateComponents *comps = [[NSDateComponents alloc] init];
[comps setYear:2010];
[comps setMonth:8];
[comps setDay:24];
[comps setHour:17];
[comps setMinute:5];
[comps setTimeZone:[NSTimeZone timeZoneWithAbbreviation:@"UTC"] ];
NSCalendar *cal = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];
NSDate *referenceTime = [cal dateFromComponents:comps];
这一点应当简单明了,但有些是可持续发展基金会、组成部分和日历,我不是好朋友。