Soap.XSBuiltIns.TXSCustomDateTime.Day

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Day: Word read GetDay write SetDay default 0;

C++

__property System::Word Day = {read=GetDay, write=SetDay, default=0};

Properties

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

Description

Indicates the Day of the month that the object represents.

Use Day to get or set the day portion of the date-and-time value. Valid Day values are 1 through 28, 29, 30, or 31, depending on the Month value.

See Also