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