|
RunTimeLogUpTime Property
|
Gets the up-time calculation for run-time log, i.e.,
RunningTime -
StartTime (10-second resolution).
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic TimeSpan UpTime { get; }
Public ReadOnly Property UpTime As TimeSpan
Get
public:
property TimeSpan UpTime {
TimeSpan get ();
}
member UpTime : TimeSpan with get
View SourceProperty Value
TimeSpan
See Also