fromDate static method

IconData fromDate(
  1. DateTime dateTime
)

Get the 'time' IconData at a specific time using the dateTime.

Implementation

static IconData fromDate(DateTime dateTime) => fromHour(dateTime.hour);