[]
Supplies hours and minutes string representation based on the specified VisualInterval object, current culture and TimeFormat property value.
public class TimeRulerHelper : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Name | Description |
---|---|
TimeRulerHelper() | Initializes a new instance of the TimeRulerHelper element. |
Name | Description |
---|---|
HoursProperty | Identifies the Hours dependency property. |
IntervalProperty | Identifies the Interval dependency property. |
IsZeroMinuteProperty | Identifies the IsZeroMinute dependency property. |
MinutesProperty | Identifies the Minutes dependency property. |
Name | Description |
---|---|
Hours | Gets the string value representing the hours part of the VisualInterfal.Start time. |
Interval | Gets or sets the VisualInterval object. |
IsZeroMinute | Gets the bool value determining whether VisualInterval.StartTime.Minute property is 0. |
Minutes | Gets the string value representing the minutes part of the VisualInterfal.Start time. |