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