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
Looking for Credential Tiles
Visual Studio dataset designer error message
Problem with changing Record Source in Access
use the cast or convert function on a varchar field
Calculating time elapsed from two date/time columns
Partition system ID Windows 7
Recall messages stuck in Outbox
Fix "GetModuleHandleExW" error on a W2K SP4 Machine
Excel VBA - paste value into active cell and run addin against it
Select Statement with Function