Class

NSISO8601DateFormatter

A formatter that converts between dates and their ISO 8601 string representations. 日付とそれらのISO 8601文字列表現の間で変換をするフォーマッタ。

Declaration 宣言

@interface NSISO8601DateFormatter : NSFormatter

Overview 概要

The NSISO8601DateFormatter class generates and parses string representations of dates following the ISO 8601 standard. Use this class to create ISO 8601 representations of dates and create dates from text strings in ISO 8601 format. NSISO8601DateFormatterクラスは、日付の文字列表現をISO 8601規格に従って生成および構文解析します。このクラスを使って日付のISO 8601表現を作成してください、そしてISO 8601形式でのテキスト文字列から日付を作成してください。

Topics 話題

Configuring the Formatter フォーマッタを構成設定する

Creating ISO 8601 Date Formatters ISO 8601日付フォーマッタを作成する

Converting ISO 8601 Dates ISO 8601日付を変換する

Constants 定数

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Date Formatting 日付を書式設定する