Instance Method インスタンスメソッド

stringFromDate:

Creates and returns an ISO 8601 formatted string representation of the specified date. 指定された日付のISO 8601書式設定された文字列表現を作成して返します。

Declaration 宣言

- (NSString *)stringFromDate:(NSDate *)date;

Parameters パラメータ

date

The date to be represented. 表現されることになる日付。

Return Value 戻り値

A user-readable string representing the date. 利用者が読むことができる文字列表現のこの日付。

See Also 参照

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