Constructor, this overload is often handy to create instances.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public Event(
	Time time,
	T value
)

Parameters

time
Type: TeaTime..::..Time
The event time.
value
Type: T
The event value.

See Also