GattValueChangedEventArgs.Timestamp Property

Definition

Gets the time at which the system was notified of the Characteristic Value change.

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

Property Value

The time at which the system was notified of the Characteristic Value change.

Windows requirements

App capabilities
bluetooth

Applies to