Lean  $LEAN_TAG$
QuantConnect.TimeUpdatedEventArgs Class Reference

Event arguments class for the LocalTimeKeeper.TimeUpdated event More...

Inheritance diagram for QuantConnect.TimeUpdatedEventArgs:
[legend]

Public Member Functions

 TimeUpdatedEventArgs (DateTime time, DateTimeZone timeZone)
 Initializes a new instance of the TimeUpdatedEventArgs class More...
 

Public Attributes

readonly DateTime Time
 Gets the new time More...
 
readonly DateTimeZone TimeZone
 Gets the time zone More...
 

Detailed Description

Event arguments class for the LocalTimeKeeper.TimeUpdated event

Definition at line 24 of file TimeUpdatedEventArgs.cs.

Constructor & Destructor Documentation

◆ TimeUpdatedEventArgs()

QuantConnect.TimeUpdatedEventArgs.TimeUpdatedEventArgs ( DateTime  time,
DateTimeZone  timeZone 
)

Initializes a new instance of the TimeUpdatedEventArgs class

Parameters
timeThe newly updated time
timeZoneThe time zone of the new time

Definition at line 41 of file TimeUpdatedEventArgs.cs.

Member Data Documentation

◆ Time

readonly DateTime QuantConnect.TimeUpdatedEventArgs.Time

Gets the new time

Definition at line 29 of file TimeUpdatedEventArgs.cs.

◆ TimeZone

readonly DateTimeZone QuantConnect.TimeUpdatedEventArgs.TimeZone

Gets the time zone

Definition at line 34 of file TimeUpdatedEventArgs.cs.


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