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