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.165 -- Release Build+1fb84c70528ffb6fadca6f53885d2dbbac6b5235
[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