• Build a filter function to get the fractional seconds of a date. Evaluates to decimal.

    Returns

    The newly created filter function.

    Type Parameters

    • EntityT extends Entity<EntityT>

    Parameters

    • date: Moment | Field<EntityT, boolean, boolean>

      The date to get the fractional seconds for. This can either be a date (Moment) or a reference to a field.

    Returns NumberFilterFunction<EntityT>

Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.