Click or drag to resize
TimeCombination Constructor

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

Initializes a new instance of the TimeCombination class

Namespace: _3LProServices.TimeService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public TimeCombination(
	TimeCode timeCode,
	TimeProject project,
	WorkType workType
)

Parameters

timeCode
Type: _3LProServices.TimeServiceTimeCode

[Missing <param name="timeCode"/> documentation for "M:_3LProServices.TimeService.TimeCombination.#ctor(_3LProServices.TimeService.TimeCode,_3LProServices.TimeService.TimeProject,_3LProServices.TimeService.WorkType)"]

project
Type: _3LProServices.TimeServiceTimeProject

[Missing <param name="project"/> documentation for "M:_3LProServices.TimeService.TimeCombination.#ctor(_3LProServices.TimeService.TimeCode,_3LProServices.TimeService.TimeProject,_3LProServices.TimeService.WorkType)"]

workType
Type: _3LProServices.TimeServiceWorkType

[Missing <param name="workType"/> documentation for "M:_3LProServices.TimeService.TimeCombination.#ctor(_3LProServices.TimeService.TimeCode,_3LProServices.TimeService.TimeProject,_3LProServices.TimeService.WorkType)"]

See Also