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