Lean
$LEAN_TAG$
|
Event arguments class for the LocalTimeKeeper.TimeUpdated event More...
Public Member Functions | |
TimeUpdatedEventArgs (DateTime time, DateTimeZone timeZone) | |
Initializes a new instance of the TimeUpdatedEventArgs class More... | |
Properties | |
DateTime | Time [get] |
Gets the new time More... | |
DateTimeZone | TimeZone [get] |
Gets the time zone More... | |
Event arguments class for the LocalTimeKeeper.TimeUpdated event
Definition at line 24 of file TimeUpdatedEventArgs.cs.
QuantConnect.TimeUpdatedEventArgs.TimeUpdatedEventArgs | ( | DateTime | time, |
DateTimeZone | timeZone | ||
) |
Initializes a new instance of the TimeUpdatedEventArgs class
time | The newly updated time |
timeZone | The time zone of the new time |
Definition at line 41 of file TimeUpdatedEventArgs.cs.
|
get |
Gets the new time
Definition at line 29 of file TimeUpdatedEventArgs.cs.
|
get |
Gets the time zone
Definition at line 34 of file TimeUpdatedEventArgs.cs.