AccelerometerShakenEventArgs.Timestamp 属性

定义

获取传感器报告抖动事件的时间。

public:
 property DateTime Timestamp { DateTime get(); };
DateTime Timestamp();
public System.DateTimeOffset Timestamp { get; }
var dateTime = accelerometerShakenEventArgs.timestamp;
Public ReadOnly Property Timestamp As DateTimeOffset

属性值

传感器报告事件的时间。

适用于