Soap.XSBuiltIns.TXSCustomDateTime.Minute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Minute: Word read GetMinute write SetMinute default 0;

C++

__property System::Word Minute = {read=GetMinute, write=SetMinute, default=0};

Properties

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

Description

Indicates the minute of the hour that the object represents.

Use Minute to get or set the minute portion of the date-and-time value. Valid Minute values are 0 through 59.

Note: Minute represents the minute using Coordinated Universal Time (UTC). To convert the minutes to local time, you must add the minute offset.

See Also