Interface ITimedSample
Represents an interface to an object that has a timestamp
Namespace: Azos.Financial.Market
Assembly: Azos.dll
Syntax
public interface ITimedSample
Properties
TimeStamp
Timestamp of the sample
Declaration
DateTime TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |