TimerResult.Duration Property

Definition

Gets or sets the time interval for the timer.

public:
 property TimeSpan Duration { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan Duration { get; set; }
member this.Duration : TimeSpan with get, set
Public Property Duration As TimeSpan

Property Value

The time interval.

Applies to