TimerItem.RemainingTime Property
Gets the remaining time span for TimerItem before the TimerItem expires.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property RemainingTime As TimeSpan
Get
'Usage
Dim instance As TimerItem
Dim value As TimeSpan
value = instance.RemainingTime
public TimeSpan RemainingTime { get; }
Property Value
Type: System.TimeSpan