TimerItem.RemainingTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the remaining time span for TimerItem before the TimerItem expires.
public:
property TimeSpan RemainingTime { TimeSpan get(); };
public TimeSpan RemainingTime { get; }
member this.RemainingTime : TimeSpan
Public ReadOnly Property RemainingTime As TimeSpan