Click or drag to resize

UnixTimeTag(Ticks) Constructor

Creates a new UnixTimeTag, given specified Ticks.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public UnixTimeTag(
	Ticks timestamp
)
View Source

Parameters

timestamp  Ticks
Timestamp in Ticks to create Unix timetag from (minimum valid date is 1/1/1970).
Remarks
This constructor will accept a DateTime parameter since Ticks is implicitly castable to a DateTime.
See Also