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