var hour: Int?
An hour or count of hours.
ある時間または数え時間。
var minute: Int?
A minute or count of minutes.
分または数え分。
var second: Int?
A second or count of seconds.
秒または数え秒。
Availability 有効性
Technology
var nanosecond: Int
? { get set }
Note 注意
This value is interpreted in the context of the calendar in which it is used. この値は、それが使われるところのカレンダーの文脈で解釈されます。
var hour: Int?
var minute: Int?
var second: Int?