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