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