Click or drag to resize
TimeCode Constructor (String, String, Boolean, Int32)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the TimeCode class

Namespace: _3LProServices.TimeService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public TimeCode(
	string code,
	string name,
	bool isExtraHours,
	int type
)

Parameters

code
Type: SystemString

[Missing <param name="code"/> documentation for "M:_3LProServices.TimeService.TimeCode.#ctor(System.String,System.String,System.Boolean,System.Int32)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:_3LProServices.TimeService.TimeCode.#ctor(System.String,System.String,System.Boolean,System.Int32)"]

isExtraHours
Type: SystemBoolean

[Missing <param name="isExtraHours"/> documentation for "M:_3LProServices.TimeService.TimeCode.#ctor(System.String,System.String,System.Boolean,System.Int32)"]

type
Type: SystemInt32

[Missing <param name="type"/> documentation for "M:_3LProServices.TimeService.TimeCode.#ctor(System.String,System.String,System.Boolean,System.Int32)"]

See Also