Soap.XSBuiltIns.TXSCustomDateTime.Month

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Month: Word read GetMonth write SetMonth default 0;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSCustomDateTime

Description

Indicates the month of the year that the object represents.

Use Month to get or set the month portion of the date-and-time value. Valid Month values are 1 through 12.

See Also