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