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
590
WinGanttView get visible timeline as dateTime
posted

Hi

I am trying to determine a very very simple thing : the Start and Stop dates of the visible interval in your WinGanttView.

I would have expected it to be in

theGanttView.TimelineSettings.PrimaryInterval.Interval

except that this is an int, not a time interval. So How do I get the time interval? I mean in NORMAL .NET fully-specified System.DateTime?

And I need that in Form initialization routine .