Hi! I am new to Visual Basic and i have a problem and new to the forum.
The problem that i have right now is that i don't really know how to compare two dates.
What i am actually trying to do is to compare the Date Today with vbSunday, vbMonday etc using if. But something goes wrong. As for an example:

Code:
If Date.Today.Day = vbSunday Then
{

}

How can i solve it? Any ideas?

*/Sorry for my english/*