Creates and initializes object instance.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	eventTime As UInteger _
)
C#
public TimeEventArgs(
	uint eventTime
)
Visual C++
public:
TimeEventArgs(
	unsigned int eventTime
)
JavaScript
Greatis.Nostalgia.TimeEventArgs = function(eventTime);

Parameters

eventTime
Type: System..::.UInt32
Time of the event.

See Also