Hello, I'm trying to create some code that will take the date from one DateTimePicker (arrival date) and subtract it from another DateTimePicker(departure date) to determine the time stayed (hotel application). I also have to determine if, and how many days, are during the weekend (higher price).. and if the date is anytime May - September. This is for a college class, but my book doesn't really explain any of this, so any help would be greatly appreciated

I also know some people want some sort of code so they aren't doing everything, but I haven't run into DateTimePicker yet so I have no clue what I'm doing, so even a website that explains how to do various functions with it would help

Thanks in advance
Dan

Edit: I'm using Visual Studio 2008 Express, so i believe this is the right thread =x