openPDC Historian Help
LastProcessTimestamp Property
NamespacesTVA.Historian.ExportersExportLastProcessTimestamp
Gets or sets the DateTime of when the Export was last processed.
Declaration Syntax
C#Visual BasicVisual C++
[XmlIgnoreAttribute]
public DateTime LastProcessTimestamp { get; set; }
<XmlIgnoreAttribute> _
Public Property LastProcessTimestamp As DateTime
[XmlIgnoreAttribute]
public:
property DateTime LastProcessTimestamp {
	DateTime get ();
	void set (DateTime value);
}
Remarks
LastProcessTimestamp will be MinValue if the Type is RealTime.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252