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