var isValid : Bool
A Boolean value that indicates whether the timer is currently valid.
タイマーが現在有効であるかどうかを指し示すブール値。
var fireDate : Date
The date at which the timer will fire.
タイマーが発火するであろう日付。
var userInfo : Any?
The receiver's
userInfo
object.
レシーバのもつuserInfo
オブジェクト。