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