//
// CCNSTimeZone.h
// CCFC
//
// Created by xichen on 11-12-24.
// Copyright 2011 ccteam. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSTimeZone(cc)
+ (void)setTimeZone:(NSString *)zoneStr;
@end
可能有更新:
googlecode链接地址:http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCNSTimeZone.h
github地址: https://github.com/cxsjabc/iphone-common-codes-ccteam/tree/master/CCFC/files/CCNSTimeZone.h
本文介绍了一个用于设置iPhone应用程序时区的代码库,包括如何导入基础框架并使用其功能来设置时区。
89

被折叠的 条评论
为什么被折叠?



