BluetoothLEAdvertisementReceivedEventArgs.Timestamp Property

Definition

Gets the timestamp when the Received event occurred.

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

Property Value

The timestamp when the Received event occurred.

Windows requirements

App capabilities
bluetooth

Applies to

See also