TraceEventCache.Timestamp 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取计时器机制中的当前刻度数。
public:
property long Timestamp { long get(); };
public long Timestamp { get; }
member this.Timestamp : int64
Public ReadOnly Property Timestamp As Long
属性值
基础计时器机制的最小时间单位计数值。
注解
get 访问器调用 Stopwatch.GetTimestamp 方法以获取时间戳。 Stopwatch如果 类使用高分辨率性能计数器, GetTimestamp 将返回该计数器的当前值。 Stopwatch如果 类使用系统计时器, GetTimestamp 返回 Ticks 的 DateTime.Now属性。