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

Re: Find the day of the Week by TP

TP
Mon Jan 15 12:21:14 CST 2007

DateTime.DayOfWeek Property

http://msdn2.microsoft.com/en-us/library/system.datetime.dayofweek.aspx

-TP

b89 wrote:
> 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