TimerResult.Duration 属性

定义

获取或设置计时器的时间间隔。

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

属性值

TimeSpan

时间间隔。

适用于