TimerEventSubscription.ExpiresAt 属性

定义

获取与此订阅相关联的计时器的预期过期时间。

public:
 virtual property DateTime ExpiresAt { DateTime get(); };
public virtual DateTime ExpiresAt { get; }
member this.ExpiresAt : DateTime
Public Overridable ReadOnly Property ExpiresAt As DateTime

属性值

DateTime

一个 DateTime,以协调世界时 (UTC) 格式表示,与该订阅关联的计时器应在此时间过期。

适用于