| 
            
              ParserTimeError Property
             | 
          
        
        
            Gets a flag that indicates whether the parser encountered an error
            while parsing the timestamp in the last call to 
ReadNext.
            
 
        
        Namespace: GSF.EMAXAssembly: GSF.EMAX (in GSF.EMAX.dll) Version: 2.4.257-beta
Syntaxpublic bool TimeError { get; }Public ReadOnly Property TimeError As Boolean
	Get
public:
property bool TimeError {
	bool get ();
}member TimeError : bool with get
function get_TimeError();
 View SourceProperty Value
Boolean
See Also