Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
Timeintervals - show weeknumbers
posted

Is it possible to show the weeknumbers in a Timeinterval (1-52), instead of the from-to dates?
Maby a special HeaderTextFormat that I do not know of?

Kind resgards.
 Thomas Mathiesen

 

Parents
No Data
Reply
  • 12480
    Offline posted

    Hi Thomas,

    You can customize the header by using the TimelineColumnHeaderInitializing event. You'll need to calculate the current month by using e.DateTimeRange.StartDateTime and set it to e.Text.

    Please let me know if you have any questions.

Children