Time Constructor

Initializes a new instance of the Time struct.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public Time(
	int hour,
	int minute,
	int second,
	string formatString
)

Parameters

hour
Type: Int32
The hour.
minute
Type: Int32
The minute.
second
Type: Int32
The second.
formatString
Type: String
The format string.