Hi,
I am facing a strange issue - which happens randomly and depends upon the day on which we are running the application. The issue is - when we are compiling below line:
I am facing a strange issue - which happens randomly and depends upon the day on which we are running the application. The issue is - when we are compiling below line:
TimeBar.VisiblePeriodStart = <some-date>;
if <some-date> is say 22oct 2013 then the VisiblePeriodStart do not get set to <some-date> after execution of this line but is set to the Timebar.PeriodStart value.
if <some-date> is say 23oct 2013 then the VisiblePeriodStart gets set properly
In the first case where it does not get set properly - if we assign it twice with below code:
TimeBar.VisiblePeriodStart = <some-date>;
TimeBar.VisiblePeriodStart = <some-date>;
then it works fine.
Could you please let us know, what could be the cause of such issue and where in code should we check to resolve this.
Thanks,
Piyush