FromToDateTime

typealias FromToDateTime = Pair<DateTime?, DateTime?>(source)

Type alias representing a date-time range with optional start and end times. First element is the "from" date-time, second is the "to" date-time.