Time(Int32, Int32, Int32) Constructor

Creates a Time based on the hours, minutes and seconds

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Time(
	int hours,
	int minutes,
	int seconds
)

Parameters

hours  Int32
minutes  Int32
seconds  Int32

Return Value

returns the new created date

See Also