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