Constructor.

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

Syntax

public Time(
	int year,
	int month,
	int day,
	int hour,
	int minute,
	int second
)

Parameters

year
Type: System..::..Int32
The year.
month
Type: System..::..Int32
The month.
day
Type: System..::..Int32
The day.
hour
Type: System..::..Int32
The hour.
minute
Type: System..::..Int32
The minute.
second
Type: System..::..Int32
The second.

See Also