EventTimerTimeUntilNextExecution Property
Gets the time remaining until the next execution of the timer.
Namespace: SnapDB.ThreadingAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public TimeSpan TimeUntilNextExecution { get; }
Public ReadOnly Property TimeUntilNextExecution As TimeSpan
Get
public:
property TimeSpan TimeUntilNextExecution {
TimeSpan get ();
}
function get_TimeUntilNextExecution();
Property Value
TimeSpan
The property calculates the time remaining based on the timer's period and day offset.