Could you please implement the `.Addxxx(..)` methods and `.DayOfxxx` properties of the **DateTime** struct? ``` var t = DateTime.Today; {{value: t.AddDays(1).ToString()}} ```