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
Videos do not show
Excel saves temp files rather than excel files
Excel / VBA: Code must check if there is any Cell in some filtered rows highligthed in RED...If so code must not run.
SQL View to show the data using PIVOT
XenServer with two NICs on two LANs, trouble with networking
Running low on System Resources
Event ID 36886...New DC
Access Inserting report headers
failure to convert ???
launch MS mail merge wizard via code