HumanPresenceSensorReadingUpdate.Timestamp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.