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