Z
Zach
Is there a built in method to estabisch the day number?
Could you please give an example?
Could you please give an example?
Zach said:Is there a built in method to estabisch the day number?
Could you please give an example?
Hans Kesting said:Do you mean "day within month"
DateTime.Today.Day
or "day within year":
DateTime.Today.DayOfYear
Thank you.Chris said:Check out the Date object.
Date.Day
Date.DayofWeek
Date.DayofYear