Soap.XSBuiltIns.TXSCustomDateTime.HourOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HourOffset: SmallInt read GetHourOffset write SetHourOffset default 0;

C++

__property short HourOffset = {read=GetHourOffset, write=SetHourOffset, default=0};

Properties

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

Description

Indicates the difference between the Hour property and the hour in the local time zone.

The Hour property represents the hour of the day using Coordinated Universal Time (UTC). HourOffset is the correction factor you can add to Hour to obtain the hour of the day in local time.

See Also