RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSCustomDateTime.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 date-and-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 minute offset.
 

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