|
LoadingAdjustedTimestampCurrentTime Property
|
Gets the current loading Adjusted Time
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic static DateTime CurrentTime { get; }
Public Shared ReadOnly Property CurrentTime As DateTime
Get
public:
static property DateTime CurrentTime {
DateTime get ();
}
static member CurrentTime : DateTime with get
GSF.Threading.LoadingAdjustedTimestamp.get_CurrentTime = function();
View SourceProperty Value
DateTime
See Also