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