Class Scheduler3.TickerEventArgs
Inherited Members
Namespace: Coree.NETStandard.UnderConstruction
Assembly: Coree.NETStandard.dll
Syntax
public class Scheduler3.TickerEventArgs : EventArgs
Properties
| Edit this page View SourceDiviation
Declaration
public TimeSpan Diviation { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
FormattedTickTime
Declaration
public string? FormattedTickTime { get; set; }
Property Value
Type | Description |
---|---|
string |
TickTime
Declaration
public DateTime TickTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |