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