Compartilhar via


CalendarDataSet.CalendarExceptionsRow.Shift1Start property

Especifica a hora de início, em minutos a partir da meia-noite, para o primeiro turno da exceção.

Namespace:  WebSvcCalendar
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public Property Shift1Start As Integer
    Get
    Set
'Uso
Dim instance As CalendarDataSet.CalendarExceptionsRow
Dim value As Integer

value = instance.Shift1Start

instance.Shift1Start = value
public int Shift1Start { get; set; }

Property value

Type: System.Int32
Retorna Int32.

Ver também

Referência

CalendarDataSet.CalendarExceptionsRow class

CalendarDataSet.CalendarExceptionsRow members

WebSvcCalendar namespace