Microsoft
Software
Hardware
Network
Question : convert date from visual basic to C#
I use code in visual basic: =Date()+(7-WeekDay(Date())
)
to display date on form of Saturdays
How can I display this same date with C#?
thank you
Answer : convert date from visual basic to C#
System.DateTime() + (7 - WeekDay(System.DateTime())
)
Random Solutions
ODBC wizard does not run
Access 2007 getting message "you do not have the necessary permissions to use"
No picture, just sound on xbox 360
When are Access records actually deleted from table?
Unbound subform will not requery correctly
What are the Interview Questions expected for WSS 3.0 having 1.5 to 2 years of experience.
Capture/crop non-rectangular objects in screenshots for use in PowerPoint 2007
How can i install the renewed certificate on edge server
Replace Windows 2000 Server with 2003 server
Receiving error when submitting data to SQL Server through asp.net vb