Versions Compared

Key

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

Datetime Intrinsic Functions - FractionalSeconds Method

Panel
bgColor#2c3c4c

Return the partial second portion of the time

Member of Datetime Intrinsic Functions (PRIM_LIBI.IDateTimeIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Integer

Resulting number

Details

FractionalSeconds returns the decimal portion of a datetime as a number.

Example

In this example, a date time of 2014-12-31 12:34:56.789 would return 789.

     #Result := #DateTime.FractionalSeconds

See also

All Component Classes

Technical Reference