Lean  $LEAN_TAG$
QuantConnect.ITimeProvider Interface Reference

Provides access to the current time in UTC. This doesn't necessarily need to be wall-clock time, but rather the current time in some system More...

Inheritance diagram for QuantConnect.ITimeProvider:
[legend]

Public Member Functions

DateTime GetUtcNow ()
 Gets the current time in UTC More...
 

Detailed Description

Provides access to the current time in UTC. This doesn't necessarily need to be wall-clock time, but rather the current time in some system

Definition at line 25 of file ITimeProvider.cs.

Member Function Documentation

◆ GetUtcNow()

DateTime QuantConnect.ITimeProvider.GetUtcNow ( )

The documentation for this interface was generated from the following file: