CommonApplicationLogic TimeSource Property NFX Class Library

[This is preliminary documentation and is subject to change.]

References time source - an entity that supplies local and UTC times. The concrete implementation may elect to get accurate times from the network or other external precision time sources (i.e. NASA atomic clock)

Namespace: NFX.ApplicationModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public ITimeSource TimeSource { get; }

Property Value

Type: ITimeSource

Implements

IApplication TimeSource
See Also