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