Lean  $LEAN_TAG$
QuantConnect.LocalTimeKeeper Class Reference

Represents the current local time. This object is created via the TimeKeeper to manage conversions to local time. More...

Properties

DateTimeZone TimeZone [get]
 Gets the time zone of this LocalTimeKeeper More...
 
DateTime LocalTime [get]
 Gets the current time in terms of the TimeZone More...
 

Events

EventHandler< TimeUpdatedEventArgsTimeUpdated
 Event fired each time UpdateTime is called More...
 

Detailed Description

Represents the current local time. This object is created via the TimeKeeper to manage conversions to local time.

Definition at line 25 of file LocalTimeKeeper.cs.

Property Documentation

◆ TimeZone

DateTimeZone QuantConnect.LocalTimeKeeper.TimeZone
get

Gets the time zone of this LocalTimeKeeper

Definition at line 35 of file LocalTimeKeeper.cs.

◆ LocalTime

DateTime QuantConnect.LocalTimeKeeper.LocalTime
get

Gets the current time in terms of the TimeZone

Definition at line 40 of file LocalTimeKeeper.cs.

Event Documentation

◆ TimeUpdated

EventHandler<TimeUpdatedEventArgs> QuantConnect.LocalTimeKeeper.TimeUpdated

Event fired each time UpdateTime is called

Definition at line 30 of file LocalTimeKeeper.cs.


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