TicksTruncate Method

Gets a new Ticks value truncated by removing fractions of the Int64 arguement.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.158 -- Release Build+8af53c44e6ad1fac543a652d58b46c9843b74b64
public Ticks Truncate(
	long ticks
)

Parameters

ticks  Int64

[Missing <param name="ticks"/> documentation for "M:Gemstone.Ticks.Truncate(System.Int64)"]

Return Value

Ticks
New Ticks object.

Remarks

If Int64 value represents the number of ticks in a second, the truncated value will represent Ticks rounded down to the nearest whole second.

See Also