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
Winmail.dat attachments are occuring internally
Unable to query for computers in the network - Windows SBS 2008 Console
Missing semicolon (;) at end of SQL statement
SetIcon Problem
windows vista gadgets have disappeared
Taskbar not responding
NTBACKUP ISSUE
VMWare Black Screen
Create a running total in a query
Windows 2008R2 64bit server restarting unexpectedly