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