Soap.XSBuiltIns.TXSCustomDateTime.Month

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Month: Word read GetMonth write SetMonth default 0;

C++

__property System::Word Month = {read=GetMonth, write=SetMonth, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSCustomDateTime

Beschreibung

Gibt den Monat im Jahr an, den das Objekt repräsentiert.

Mit Month können Sie den Monat im Datums-/Zeitwert ermitteln oder festlegen. Gültige Werte für Month liegen zwischen 1 und 12.

Siehe auch