|
-
January 30th, 2007, 12:24 AM
#3
Re: How do I manipulate with the weeks?
Thank you HanneSThEGreaT! Very helpful as always!!
It really helped me and as you said, it's a very intelligent piece of code. Now with the help of this code I got the WEEK NUMBER of the date given by user. Now I want to perform some actions on particular days also given by user, for example... Monday & Thursday. How do I do that? Please check and help me with the code below. Thank you!
---------------------------------------------------------------------------------
Dim weeknum As Integer = calendar.GetWeekOfYear(dr("sdate"), rule, firstDayOfWeek)
.
.
.
.
.
------------------------------------------------------------------------------------
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|