Results 1 to 3 of 3

Thread: [RESOLVED] How to find Week Of Year ?

Threaded View

  1. #1

    Thread Starter
    Member Anwin's Avatar
    Join Date
    May 2005
    Posts
    43

    Resolved [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
  •  



Click Here to Expand Forum to Full Width