CalendarDataSet.CalendarExceptionsRow.RecurrenceMonth 属性
指定发生异常的月份。
命名空间: WebSvcCalendar
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property RecurrenceMonth As Integer
Get
Set
用法
Dim instance As CalendarDataSet.CalendarExceptionsRow
Dim value As Integer
value = instance.RecurrenceMonth
instance.RecurrenceMonth = value
public int RecurrenceMonth { get; set; }
属性值
类型:System.Int32
另请参阅
引用
CalendarDataSet.CalendarExceptionsRow 类