Click or drag to resize

TimeTagBase(Int64, Ticks) Constructor

Creates a new TimeTagBase, given standard .NET DateTime.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
protected TimeTagBase(
	long baseDateOffsetTicks,
	Ticks timestamp
)
View Source

Parameters

baseDateOffsetTicks  Int64
Ticks of timetag base.
timestamp  Ticks
Timestamp in Ticks used to create timetag from.
See Also