Share via


HumanPresenceSensorReadingUpdate.Timestamp Property

Definition

Gets or sets the time at which the sensor reported the reading.

public:
 property IReference<DateTime> ^ Timestamp { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> Timestamp();

void Timestamp(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> Timestamp { get; set; }
var iReference = humanPresenceSensorReadingUpdate.timestamp;
humanPresenceSensorReadingUpdate.timestamp = iReference;
Public Property Timestamp As Nullable(Of DateTimeOffset)

Property Value

The time at which the sensor reported the reading.

Applies to

See also