CalendarDataSet.CalendarExceptionsRow.Shift4Start property
Especifica a hora de início, em minutos, da meia-noite, para o quarto turno da exceção.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property Shift4Start As Integer
Get
Set
'Uso
Dim instance As CalendarDataSet.CalendarExceptionsRow
Dim value As Integer
value = instance.Shift4Start
instance.Shift4Start = value
public int Shift4Start { get; set; }
Property value
Type: System.Int32
Comentários
Retorna Int32.
Ver também
Referência
CalendarDataSet.CalendarExceptionsRow class