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...
 

Properties

DateTime Time [get]
 Gets the new time More...
 
DateTimeZone TimeZone [get]
 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.

Property Documentation

◆ Time

DateTime QuantConnect.TimeUpdatedEventArgs.Time
get

Gets the new time

Definition at line 29 of file TimeUpdatedEventArgs.cs.

◆ TimeZone

DateTimeZone QuantConnect.TimeUpdatedEventArgs.TimeZone
get

Gets the time zone

Definition at line 34 of file TimeUpdatedEventArgs.cs.


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