 | TimeSourceCurrent Property |
Gets or sets current global time source used in all log events.
Namespace:
NLog.Time
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic static TimeSource Current { get; set; }
Public Shared Property Current As TimeSource
Get
Set
Dim value As TimeSource
value = TimeSource.Current
TimeSource.Current = value
static member Current : TimeSource with get, set
Property Value
Type:
TimeSource
Remarks
See Also