We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Customization of Time Displayed

I looked at the release history for 11.1.0.21 and there's a mention of Feature #85568,#92055,#93851 - Customization of Time displayed.

What is this and how can I use it? Is this changing the label for the time, e.g. "6pm" to "Six in the evening"?

1 Reply

VS Velmurugan S Syncfusion Team May 27, 2013 12:58 PM UTC

Hi Shawn,

 

Thanks for contacting Syncfusion,

 

Query #1: What is Customization of Time Displayed  ->   Customize the time interval using time scale feature. we provided time scale intervals are:. Ex: 60 minutes, 30 minutes, 20 minutes etc.

 

Query #2: How can we use it                                              ->    We can use it for change the “Time Interval” by using the following code.

  

    <code>

@{Html.Syncfusion().Schedule("schedule1")

               .TimeScale(ScheduleTimeScale.Minutes20)  // Specify the time interval in the view.

            .Render();}

 

Query #3: Changing the label for the time, e.g. "6pm" to "Six in the evening" -> Currently we don’t have the support for this customization, We can consider this to be feature request and We will implement this feature in any of our upcoming releases.

 

Please find the following UG link and online sample to know about “Timescale” property in the asp.net MVC schedule control.

 

UG link:

 

http://help.syncfusion.com/ug/asp.net%20mvc/schedule/default.htm#!documents/timescale.htm

 

Online sample:

 

http://mvc.syncfusion.com/demos/ui/schedule/GettingStarted/TimeScale

 

Please let us know if you have any other concerns or questions.

 

Regards,

Velmurugan


Loader.
Live Chat Icon For mobile
Up arrow icon