Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning current day of year
Message
From
19/09/2003 13:21:00
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
19/09/2003 10:48:04
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00830656
Message ID:
00830731
Views:
31
Thank you.

Jerry



>Use DayOfYear property of the DateTime structure:
>
>Dim dt As DateTime = New DateTime(YourYear, YourMonth, YourDay)
>Dim DayOfYear As Integer = dt.DayOfYear
>
>For example:
>
>Dim dt As DateTime = New DateTime(2003, 9, 19)
>Dim DayOfYear As Integer = dt.DayOfYear
>
Previous
Reply
Map
View

Click here to load this message in the networking platform