TiSevenSegmentClock.Minutes
TiSevenSegmentClock See Also
Specifies the current minutes value displayed by the control.
property Minutes : Integer;
Description
Use Minutes to get or set the minutes value displayed by the control. Minutes
must be in the range of 0-59. Use the Time property to set the hours, minutes, and seconds all at once in TDateTime format.
Example
Delphi
iComponent.Minutes := 6;
C++ Builder
iComponent->Minutes = 6;
Contents | Index | Previous | Next