TiSevenSegmentClockSMPTE.Minutes

TiSevenSegmentClockSMPTE

Used to set the minutes digits only.

property Minutes : Integer;

Description

Use Minutes to get or set the minutes digits only. Use Time to set hours, minutes, and seconds all at once.

Example

Delphi

iComponent.Minutes := 12;

C++ Builder

iComponent->Minutes = 12;

Contents | Index | Previous | Next