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