| 
            
              CommandMeasurementTimestamp Property
             | 
          
        
        
            Gets or sets the time that the measurement was taken.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntax[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);
}[<SettingAttribute>]
member Timestamp : DateTime with get, set
function get_Timestamp();
function set_Timestamp(value);
 View SourceProperty Value
DateTime
See Also