https://bugzilla.novell.com/show_bug.cgi?id=331052#c2





--- Comment #2 from Eric Petit <[EMAIL PROTECTED]>  2007-10-05 06:11:46 MST ---
Other point i just see and real important, the goal of this litll prog is to
quickly display the week number, under windows this the good displayed number
in monthcalandar and in the toolstripballon of the notify icon, but under linux
the week number have -1.
The code i use is with the datepart function :

DatePart(DateInterval.WeekOfYear, _

        Me.MonthCalendar1.SelectionEnd, FirstDayOfWeek.System,
FirstWeekOfYear.FirstFullWeek)


[EMAIL PROTECTED] ~]$ mono -V
Mono JIT compiler version 20071004 (tarball)
Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
        TLS:           __thread
        GC:            Included Boehm (with typed GC)
        SIGSEGV:       altstack
        Notifications: epoll
        Architecture:  x86
        Disabled:      none
[EMAIL PROTECTED] ~]$


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to