Inserts a new WorkShift in the Shifts Defintion

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool TryInsertWorkShift(
	WorkShift shift
)
Visual Basic
Public Function TryInsertWorkShift ( _
	shift As WorkShift _
) As Boolean
JScript
public function TryInsertWorkShift(
	shift : WorkShift
) : boolean

Parameters

shift
Type: Ico.Awx.Common..::..WorkShift

See Also