Lean
$LEAN_TAG$
|
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< TimeUpdatedEventArgs > | TimeUpdated |
Event fired each time UpdateTime is called More... | |
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.
|
get |
Gets the time zone of this LocalTimeKeeper
Definition at line 35 of file LocalTimeKeeper.cs.
|
get |
Gets the current time in terms of the TimeZone
Definition at line 40 of file LocalTimeKeeper.cs.
EventHandler<TimeUpdatedEventArgs> QuantConnect.LocalTimeKeeper.TimeUpdated |
Event fired each time UpdateTime is called
Definition at line 30 of file LocalTimeKeeper.cs.