 | TimeSourceCurrent Property |
Gets or sets current global time source used in all log events.
Namespace:
NLog.Time
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
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