[This is preliminary documentation and is subject to change.]

The ChatTimer type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Aborted
Whether this timer has been aborted.
Duration
The amount of time between when this timer was started and when it will end.
EndTime
Date/Time (UTC) at which this timer will end.
IsRunning
Whether or not the timer is currently running.
Message
Message to be displayed once the timer reaches zero.
StartedBy
Name of the player (or entity) who started this timer
StartTime
Date/Time (UTC) at which this timer was started.
TimeLeft
The amount of time remaining in this timer.
TimerList
Returns a list of all active timers.

See Also