RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSCustomDateTime.HourOffset Property

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

Pascal
property HourOffset: SmallInt;
C++
__property SmallInt HourOffset;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!