Właściwość SYSTEMTIME.milliseconds
Pobiera wartość określającą bieżącą milisekund.
Przestrzeń nazw: ReportService2006
Zestaw: ReportService2006 (w ReportService2006.dll)
Składnia
'Deklaracja
Public Property milliseconds As Short
Get
Set
'Użycie
Dim instance As SYSTEMTIME
Dim value As Short
value = instance.milliseconds
instance.milliseconds = value
public short milliseconds { get; set; }
public:
property short milliseconds {
short get ();
void set (short value);
}
member milliseconds : int16 with get, set
function get milliseconds () : short
function set milliseconds (value : short)
Wartość właściwości
Typ: System.Int16
A krótki wartość, która reprezentuje bieżącą milisekund.