ExYearlyRecurringDate.Day Property
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Property Day As Integer
Get
Set
'Usage
Dim instance As ExYearlyRecurringDate
Dim value As Integer
value = instance.Day
instance.Day = value
public int Day { get; set; }
Property Value
Type: System.Int32