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.158 -- Release Build+742760b9fc81f0ff99a22d1d8a726573e73efb7e
[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