Udostępnij za pośrednictwem


Właściwość SYSTEMTIME.hour

Pobiera wartość określającą bieżącą godzinę.

Przestrzeń nazw:  ReportService2010
Zestaw:  ReportService2010 (w ReportService2010.dll)

Składnia

'Deklaracja
Public Property hour As Short
    Get
    Set
'Użycie
Dim instance As SYSTEMTIME
Dim value As Short

value = instance.hour

instance.hour = value
public short hour { get; set; }
public:
property short hour {
    short get ();
    void set (short value);
}
member hour : int16 with get, set
function get hour () : short
function set hour (value : short)

Wartość właściwości

Typ: System.Int16
A krótki wartość, która reprezentuje bieżącą godzinę.