isDay() isDay(integer $day) : boolean Check if this date is the specified day. Parameters integer $day The ISO-8601 number of the day Returns boolean
getPrevious() getPrevious(integer $day) : \duncan3dc\Dates\Traits\Date Get a date object for the previous occurence of a specified day. Parameters integer $day The numeric representation of the day. Returns \duncan3dc\Dates\Traits\Date
getNext() getNext(integer $day) : \duncan3dc\Dates\Traits\Date Get a date object for the next occurence of a specified day. Parameters integer $day The numeric representation of the day. Returns \duncan3dc\Dates\Traits\Date