This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Is there currently any way to specify the work hours in the style? It appears that a value converter is doing the work of determining if the hours are work hours or not and it currently defines it as 9am to 5pm. That would be nice but it isn't true for me ;-). |
|
|
Hello I have implemented this just now and it will be available in the nightly build from tomorrow the 12th of November. The Scheduler control and the underlying Schedule data model now have a property called WorkHours. You can set this to be an instance of the new WorkHours class which specifies the start and end times. This can be set in code, or by using xaml as seen below:
<ms:Scheduler> Regards |
|