Instance Property
インスタンスプロパティ
userInfo
The receiver's userInfo
object.
レシーバのもつuserInfo
オブジェクト。
Declaration
宣言
@property(nullable, readonly, retain) id userInfo;
Discussion
議論
Do not access this property after the timer is invalidated. Use valid
to test whether the timer is valid.
このプロパティにタイマーが無効にされた後にアクセスしないでください。valid
を使ってタイマーが有効かどうかテストしてください。
See Also
参照
Retrieving Timer Information
タイマー情報を取って来る
valid
A Boolean value that indicates whether the timer is currently valid.
タイマーが現在有効であるかどうかを指し示すブール値。
fireDate
The date at which the timer will fire.
タイマーが発火するであろう日付。
timeInterval
The timer’s time interval, in seconds.
タイマーのもつ時間間隔、秒数で。
Related Documentation
関連文書
- invalidate
Stops the timer from ever firing again and requests its removal from its run loop.
タイマーがこれから先再び発火するのを妨げます、そしてそれの実行ループからのそれの除去を要請します。