|
CorrectiveParserParsedTimestamp Property
|
Gets timestamp of current record, parsed from the file, in the timezone of provided IRIG signal.
Namespace: GSF.EMAXAssembly: GSF.EMAX (in GSF.EMAX.dll) Version: 2.4.248-beta
Syntaxpublic DateTime ParsedTimestamp { get; }
Public ReadOnly Property ParsedTimestamp As DateTime
Get
public:
property DateTime ParsedTimestamp {
DateTime get ();
}
member ParsedTimestamp : DateTime with get
function get_ParsedTimestamp();
View SourceProperty Value
DateTime
See Also