CommandMeasurementTimestamp Property
Gets or sets the time that the measurement was taken.
Namespace: Gemstone.Timeseries.TransportAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.153 -- Release Build+2ac7a48d4209b98f9747910ba7b519b359a1c238
[SettingAttribute]
public DateTime Timestamp { get; set; }
<SettingAttribute>
Public Property Timestamp As DateTime
Get
Set
public:
[SettingAttribute]
property DateTime Timestamp {
DateTime get ();
void set (DateTime value);
}
function get_Timestamp();
function set_Timestamp(value);
Property Value
DateTime