CalendarExceptionCreationInformation.RecurrenceMonth 属性
获取或设置月份设置重复频率为每年时。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public Property RecurrenceMonth As Integer
Get
Set
用法
Dim instance As CalendarExceptionCreationInformation
Dim value As Integer
value = instance.RecurrenceMonth
instance.RecurrenceMonth = value
[RemoteAttribute]
public int RecurrenceMonth { get; set; }
属性值
类型:System.Int32
一个表示一个月的值。
另请参阅
引用
CalendarExceptionCreationInformation 类