Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Time Intrinsic Functions - Second Method

Panel
bgColor#2c3c4c

Return the seconds portion of the time

Member of Time Intrinsic Functions (PRIM_LIBI.ITimeIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Integer

Resulting number

Details

Second returns the seconds portion of the time.

Example

In this example, if #Now is 12:34:56 and the result would be 56.

     #Result := #Now.Second

See also

All Component Classes

Technical Reference