BluetoothLEAdvertisementReceivedEventArgs.Timestamp 属性

定义

获取 Received 事件发生时的时间戳。

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

属性值

Received 事件发生时的时间戳。

Windows 要求

应用功能
bluetooth

适用于

另请参阅