Click or drag to resize

FastUtcTimeSource Class

Fast UTC time source that is updated once per tick (15.6 milliseconds).
Inheritance Hierarchy
SystemObject
  NLog.TimeTimeSource
    NLog.TimeCachedTimeSource
      NLog.TimeFastUtcTimeSource

Namespace:  NLog.Time
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public sealed class FastUtcTimeSource : CachedTimeSource

The FastUtcTimeSource type exposes the following members.

Constructors
  NameDescription
Public methodFastUtcTimeSource
Initializes a new instance of the FastUtcTimeSource class
Top
Properties
  NameDescription
Public propertyTime
Gets current time cached for one system tick (15.6 milliseconds).
(Inherited from CachedTimeSource.)
Top
Methods
  NameDescription
Public methodFromSystemTime
Converts the specified system time to the same form as the time value originated from this time source.
(Overrides TimeSourceFromSystemTime(DateTime).)
Public methodToString
Returns a String that represents this instance.
(Inherited from TimeSource.)
Top
Remarks
See Also