Click or drag to resize
IClock Interface
The interface for an object that abstracts away the clock.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IClock

The IClock type exposes the following members.

Properties
  NameDescription
Public propertyLocalNow
Gets the current local date and time.
Public propertyUtcNow
Gets the current date and time at UTC.
Top
See Also