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