Interface IPointSignal
Interface for point signals
Namespace: TimeCockpit.Data.DataModel.Signals
Assembly: TimeCockpit.Data.dll
Syntax
public interface IPointSignal
Properties
EventTime
Gets or sets the time the signal happened.
Declaration
DateTime EventTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |