Soap.XSBuiltIns.TXSDate.Month

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Month: Word read GetMonth write SetMonth default 0;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSDate

説明

オブジェクトが表す月を示します。

Month プロパティを使用すると,日付時刻値について月の部分を取得または設定できます。Month の有効な値は 1 から 12 です。

関連項目