VB.Net Date Code

  • Thread starter Thread starter Paul Ilacqua
  • Start date Start date
P

Paul Ilacqua

Is there a site that offers Date Code functions for VB.net like MondayDate,
Workdays , FirstdayinMonth etc.
It helps me learn date coding. I'm a VB6 convert.

Paul
 
Paul Ilacqua said:
Is there a site that offers Date Code functions for VB.net like
MondayDate, Workdays , FirstdayinMonth etc.


'Microsoft.VisualBasic.DateAndTime.*'
'System.Date'
'System.TimeSpan'
 
Back
Top