Time.day(t,day)

Builds a Time object using as base another Time but in the day send as parameter. For Example: d1 = Time(2005,12,31) d2 = Time.day(d1, 5) sets in d2 the "12/5/2005"

Arguments:

Name Type Description Mode
t Time Time a Time object used as base to build the new one. in
day Int int the day to change in t. in