Specifies the hours of the starting time of the WorkShift

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

Syntax

C#
public int ShiftStartHour { get; set; }
Visual Basic
Public Property ShiftStartHour As Integer
	Get
	Set
JScript
function get ShiftStartHour () : int
function set ShiftStartHour (value : int)

See Also