SPSystemTime.Milliseconds property
Gets or sets the milliseconds.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Milliseconds As UShort
Get
Set
'Usage
Dim instance As SPSystemTime
Dim value As UShort
value = instance.Milliseconds
instance.Milliseconds = value
public ushort Milliseconds { get; set; }
Property value
Type: System.UInt16
An unsigned 16-bit integer that specifies the milliseconds.