var dateStyle : DateIntervalFormatter.Style
var timeStyle : DateIntervalFormatter.Style
var calendar: Calendar!
var locale: Locale!
var timeZone : TimeZone!
Availability 有効性
Technology
var dateTemplate: String
! { get set }
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 date
and time
properties.
あなたが値をこの文字列に割り当てないならば、フォーマッタオブジェクトはdate
およびtime
プロパティに基づいて自動的に文字列を更新します。
For information about how to define a custom formatting string, see Date Formatters in Data Formatting Guide. あつらえの書式設定文字列を定義する方法についての情報として、Date FormattersをData Formatting Guideで見てください。
var dateStyle : DateIntervalFormatter.Style
var timeStyle : DateIntervalFormatter.Style
var calendar: Calendar!
var locale: Locale!
var timeZone : TimeZone!