Soap.XSBuiltIns.TXSCustomDateTime.Hour

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hour: Word read GetHour write SetHour default 0;

C++

__property System::Word Hour = {read=GetHour, write=SetHour, default=0};

Properties

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

Description

Indicates the hour of the day that the object represents.

Use Hour to get or set the hour portion of the date-and-time value. Valid Hour values are 0 through 23.

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

See Also