|
-
Apr 6th, 2006, 03:27 PM
#1
Thread Starter
Member
[RESOLVED] How to find Week Of Year ?
Hi
Creating an ordinary windows application, I can use this code to find the week of year from a MonthCalendar control:
TextBox1.Text = DatePart(DateInterval.WeekOfYear, MonthCalendar1.SelectionStart)
However, using the same code in my Device app. for pocket pc, won't work
Hoping for an easy solution
Anwin
Last edited by Anwin; Nov 3rd, 2009 at 03:49 AM.
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
|