OrderBy

public enum OrderBy

Enum representing the criteria for ordering.

  • Ordering by date with a specified sorting order.

    Declaration

    Swift

    case date(Order)