You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Datetime Intrinsic Functions - FractionalSeconds Method
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

  • No labels