| 
            
              ParserTimestampAsUtc Property
             | 
          
        
        
            Attempts to get current timestamp converted to UTC.
            
        
        Namespace: GSF.EMAXAssembly: GSF.EMAX (in GSF.EMAX.dll) Version: 2.4.257-beta
Syntaxpublic DateTime TimestampAsUtc { get; }Public ReadOnly Property TimestampAsUtc As DateTime
	Get
public:
property DateTime TimestampAsUtc {
	DateTime get ();
}member TimestampAsUtc : DateTime with get
function get_TimestampAsUtc();
 View SourceProperty Value
DateTime
Remarks
            This will only be accurate if timezone configured in device matches IRIG clock.
            
See Also