TimeTagBase(Int64, Decimal) Constructor

Creates a new TimeTagBase, given number base time (in ticks) and seconds since base time.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.176 -- Release Build+c74560d581224bfee7a285d73926fb4fb3df8ece
protected TimeTagBase(
	long baseDateOffsetTicks,
	decimal seconds
)

Parameters

baseDateOffsetTicks  Int64
Ticks of time-tag base.
seconds  Decimal
Number of seconds since base time.

See Also