/// Initializes a new instance of the LastTransitionData class.

Namespace: ININ.IceLib.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public LastTransitionData(
	long time,
	long offset,
	string lastGroupName,
	string activeGroupName
)
Visual Basic
Public Sub New ( _
	time As Long, _
	offset As Long, _
	lastGroupName As String, _
	activeGroupName As String _
)

Parameters

time
Type: System..::..Int64
number of seconds between the time of the last transition, and 1970.
offset
Type: System..::..Int64
Number of seconds between the CCS time and the UTC time.
lastGroupName
Type: System..::..String
activeGroupName
Type: System..::..String

See Also