Initializer
init(secondsFromGMT:)
Returns a time zone initialized with a specific number of seconds from GMT.
GMTから指定された秒数で初期化されたタイムゾーンを返します。
Declaration
宣言
init?(secondsFromGMT seconds: Int
)
Parameters
パラメータ
seconds
The number of seconds from GMT.
GMTからの秒数。
Return Value
戻り値
A time zone, or nil
if a valid time zone could not be created from seconds
.
あるタイムゾーン、またはnil
、もし有効なタイムゾーンがseconds
から作成されることができなかったならば。
Discussion
議論
Time zones created with this never have daylight savings and the offset is constant no matter the date. The identifier and abbreviation do NOT follow the POSIX convention (of minutes-west).
これで作成されたタイムゾーンは、決して夏時間を持ちません、そしてその相殺はその日付がどうあれ定数です。識別子と略語は、POSIX慣例(の西側分数)に従い「ません」。
See Also
参照
Creating a Time Zone
タイムゾーンを作成する