SYSTEMTIME.milliseconds Property

 

Applies To: SQL Server 2016 Preview

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

public short milliseconds { get; set; }
public:
property short milliseconds {
    short get();
    void set(short value);
}
member milliseconds : int16 with get, set
Public Property milliseconds As Short

Property Value

Type: System.Int16

See Also

SYSTEMTIME Class
ReportService2010 Namespace

Return to top