|
FrameCreatedTimestamp Property
|
Gets timestamp, in ticks, of when this
Frame was created.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax public Ticks CreatedTimestamp { get; }
Public ReadOnly Property CreatedTimestamp As Ticks
Get
public:
virtual property Ticks CreatedTimestamp {
Ticks get () sealed;
}
abstract CreatedTimestamp : Ticks with get
override CreatedTimestamp : Ticks with get
function get_CreatedTimestamp();
View SourceProperty Value
TicksImplements
IFrameCreatedTimestampSee Also