Click or drag to resize

UnixTimeTag(UInt32) Constructor

Creates a new UnixTimeTag, given number of seconds since 1/1/1970.

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

Parameters

seconds  UInt32
Number of seconds since 1/1/1970.
See Also