I am currently writing a program in Visual Basic .NET and need to be able to
find the day of the week when given the date (Ex. 1/20/07). Once the
function is given the date it will the deliver the day such as Sunday,
Monday, Tuesday and so on. Thank you very much.
b89
TP - 15 Jan 2007 18:21 GMT
DateTime.DayOfWeek Property
http://msdn2.microsoft.com/en-us/library/system.datetime.dayofweek.aspx
-TP
> I am currently writing a program in Visual Basic .NET and need to be
> able to find the day of the week when given the date (Ex. 1/20/07).
> Once the function is given the date it will the deliver the day such
> as Sunday, Monday, Tuesday and so on. Thank you very much.
>
> b89