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.143 -- Release Build+6200516e1d8796210682e4fa5670553a73472309
[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