RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSTime.Minute Property

Indicates the minute of the hour that the object represents.

Pascal
property Minute: Word;
C++
__property Word Minute;

Use Minute to get or set the minute portion of the 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 value of the MinuteOffset property.
 

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