days method

Time days()

Gets a Time representing this number of days.

Implementation

Time days() => Time.fromDays(this);