Click or drag to resize
TimeCodeCombination Constructor

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

Initializes a new instance of the TimeCodeCombination class

Namespace: _3LProServices.TimeService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public TimeCodeCombination(
	string project,
	string timeCode,
	string workType
)

Parameters

project
Type: SystemString

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

timeCode
Type: SystemString

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

workType
Type: SystemString

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

See Also