 | CachedTimeSourceFreshTime Property |
Gets raw uncached time from derived time source.
Namespace:
NLog.Time
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxprotected abstract DateTime FreshTime { get; }
Protected MustOverride ReadOnly Property FreshTime As DateTime
Get
Dim value As DateTime
value = Me.FreshTime
abstract FreshTime : DateTime with get
Property Value
Type:
DateTime
See Also