Initializer
init(from:)
Creates a new calendar instance by decoding from the given decoder.
新しいカレンダーインスタンスをこの与えられたデコーダからデコーディングすることによって作成します。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init(from decoder: Decoder
) throws
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Encoding and Decoding エンコーディングとデコーディング
func encode(to: Encoder)
Encodes this calendar into the given encoder.
与えられたエンコーダへとこのカレンダーをエンコードします。