Instance Property インスタンスプロパティ

dateTemplate

The template for formatting one date and time value. 1つの日付と時刻値を書式設定するための雛型。

Declaration 宣言

var dateTemplate: String! { get set }

Discussion 議論

Use this string to specify a custom fixed format for each of the date and time values. The string you specify is based on the Unicode Technical Standard #35, which uses characters to represent the day, time, year, hour, minute, and other pieces of date or time information. この文字列を使って、あつらえの固定された書式設定を、日付と時刻値の各々に指定してください。あなたが指定する文字列は、Unicode Technical Standard #35に基づきます、それは幾らかの文字を使って日、時刻、年、時、分、そして日付または時刻情報の他の断片を表します。

If you do not assign a value to this string, the formatter object automatically updates the string based on the values in the dateStyle and timeStyle properties. あなたが値をこの文字列に割り当てないならば、フォーマッタオブジェクトはdateStyleおよびtimeStyleプロパティに基づいて自動的に文字列を更新します。

For information about how to define a custom formatting string, see Date Formatters in Data Formatting Guide. あつらえの書式設定文字列を定義する方法についての情報として、Date FormattersData Formatting Guideで見てください。

See Also 参照

Configuring the Formatter Options フォーマッタオプションを構成設定する