secondsFromGMT
返り値
( int )
整数値
引数
フレームワーク
Foundation
クラス
NSTimeZone
Instance Methods
使用可能
10.0
参照
例文
#import "MyObject.h" @implementation MyObject - (IBAction)myAction:(id)sender { NSLog([NSString stringWithFormat:@"%d",[[NSTimeZone localTimeZone] secondsFromGMT]]); } @end