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
Sagekey Question
=Hyperlink with Vlookup results in "Cannot Open Specified File"
FormClosing causes mscorlib.dll "Index was out of range exception".... why
Canon printer reports low ink after replacing ink cartridges.
OpenRecordset
Add three colums together in sql to get a total
SCW & Exchange 2007
Populate Excel Cells from SQL
Solve this backup error, "The storage control block address is invalid."
query to show anything due in the current week