RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSCustomDateTime.MinuteOffset Property

Indicates the difference between the Minute property and the minute of the hour in local time.

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

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

 

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