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
Moving a selected item from listbox1 to listbox2
creating an install routine for custom printers and SQL Database
pkzipc path woes
Backgroundworker and Text Box
The remote server returned an error: NotFound.
Color Translator
foreach Object reference error c# and linq
Access Import Specification
How to keep the same machine name after re-imaging with SCCM 2007
Cannot delete users from site collection on wss 3.0