CalendarDataSet.CalendarExceptionsRow.RecurrenceMonth property
Especifica o mês em que ocorre uma exceção.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property RecurrenceMonth As Integer
Get
Set
'Uso
Dim instance As CalendarDataSet.CalendarExceptionsRow
Dim value As Integer
value = instance.RecurrenceMonth
instance.RecurrenceMonth = value
public int RecurrenceMonth { get; set; }
Property value
Type: System.Int32
Ver também
Referência
CalendarDataSet.CalendarExceptionsRow class