|
ExportLastProcessTimestamp Property
|
Gets or sets the
DateTime of when the
Export was last processed.
Namespace: GSF.Historian.ExportersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.246-beta
Syntax[XmlIgnoreAttribute]
public DateTime LastProcessTimestamp { get; set; }
<XmlIgnoreAttribute>
Public Property LastProcessTimestamp As DateTime
Get
Set
public:
[XmlIgnoreAttribute]
property DateTime LastProcessTimestamp {
DateTime get ();
void set (DateTime value);
}
[<XmlIgnoreAttribute>]
member LastProcessTimestamp : DateTime with get, set
function get_LastProcessTimestamp();
function set_LastProcessTimestamp(value);
View SourceProperty Value
DateTime
RemarksLastProcessTimestamp will be
MinValue if the
Type is
RealTime.
See Also