System.Sensors.TCustomSensor.TimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TimeStamp: TDateTime read GetTimeStamp;

C++

__property System::TDateTime TimeStamp = {read=GetTimeStamp};

Properties

Type Visibility Source Unit Parent
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomSensor

Description

Date of the most recent measures that the sensor took.

See Also