Hello! I am new to Quantconnect. I am having trouble with my code. I want to get a future datetime object 2 weeks in the future. This is what I have.

self.time_in_two_weeks = self.Time.day + 14

However this doesn’t work. Does anyone know how to fix this? Thank you very much.