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
Save Cursor as Bitmap
Viewing Crystal Reports in an MFC SDI Application
What is difference between 2003 Standard and 2003 Datacenter servers?
Building VC++ COM server to work with VB
Problem with insert into query..
How to copy section of each field from Colm 1 to Colm 2 in excel
Permissions issue with system folder
Select rows in one table that are not in another table.
Using 7-zip from command line. Has anybody done it?
Change style of the selected menu item