DateFn

public struct DateFn: Fn

DateFn constructs a date special type from an ISO 8601 date string.

Reference.

  • Declaration

    Swift

    public init(string: String)

    Parameters

    string

    Date string to be parsed.