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
append from csv
Windows XP - When logon in, system log off
System.EnterpriseService Error
Total cost formula using Excel
Cisco VPN client on VISTA
XBAP Application Resize
How do I find the max number in a field formatted as text?
Help! Why are my desktop icons changing to "no program" icon?
Excel Database Query Definition Disappears
Using icons in MS Access listboxes