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