TiSevenSegmentClock.SetTimeInSeconds

TiSevenSegmentClock See Also

Sets the Time value in seconds.

procedure
SetTimeInSeconds(Value: Integer);

Description

Use SetTimeInSeconds to set the Time value in seconds. Use the Time property to set in TDateTime format.

Example

Delphi

iComponent.SetTimeInSeconds(110); //1 Minute and 50 Seconds would be displayed

C++ Builder

iComponent->SetTimeInSeconds(110); //1 Minute and 50 Seconds would be displayed

Contents | Index | Previous | Next