"timeFirst"

Displays the time before the date.

Synopsis

setValue(string shape, "timeFirst", bool mode);

getValue(string shape, "timeFirst", bool &mode);

shape.timeFirst(bool mode);

Parameters

Parameter Description
shape Name of the object
mode

Shows the date and time:

TRUE = The time before the date

FALSE = The date before the time

Description

Shows the time before the date.

Example

The following example shows the date before the time.

main()
{
  CLOCK1.timeFirst(FALSE);
}
Abbildung 1. The Date is shown before the Time

Assignment

Clock