TimeRuler Members
A time ruler.Constructors
| Name | Description |
|---|---|
| TimeRuler() | Initializes a new instance of the TimeRuler class with the default settings. |
Properties
| Name | Description |
|---|---|
| AdjustForDaylightSavingTime | Gets or sets whether the time ruler maintains daylight-saving time. |
| AlwaysShowTimeDesignator | Gets or sets whether the AM/PM designator is shown for each hour. |
| AlwaysShowTopRowTime | Gets or sets a value indicating whether the time value should be always shown for the top row. |
| Caption | Gets or sets the time ruler’s caption. |
| HorizontalAlignment | Gets or sets on which side of the view the Time ruler is displayed. |
| ShowCurrentTime | Obsolete. Gets or sets the visibility mode of the time marker for the current TimeRuler. |
| ShowMinutes | Gets or sets whether minutes are displayed by the time ruler. |
| TimeMarkerVisibility | Gets or sets the visibility mode of the time marker for the current TimeRuler. |
| TimeZoneId | Gets or sets the time zone displayed by the time ruler. |
| UseClientTimeZone | Gets or sets whether a particular TimeRuler always uses the ClientTimeZoneId setting. |
| Visible | Gets or sets whether a TimeRuler element is displayed within the Scheduler control. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
| Name | Description |
|---|---|
| Changed | Fires when any of the TimeRuler properties are changed. |
See Also