Return the partial second portion of the time
Member of Datetime Intrinsic Functions (PRIM_LIBI.IDateTimeIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Integer | Resulting number |
FractionalSeconds returns the decimal portion of a datetime as a number.
#Result := #DateTime.FractionalSeconds
Febuary 18 V14SP2