SchedulerTimeRuler Members
A time ruler for SchedulerControl.Constructors
| Name | Description |
|---|---|
| SchedulerTimeRuler() | Initializes a new instance of the SchedulerTimeRuler class with default settings. |
Properties
| Name | Description |
|---|---|
| AdjustForDaylightSavingTime | Gets or sets whether the time ruler maintains daylight-saving time. Inherited from TimeRuler. |
| AlwaysShowTimeDesignator | Gets or sets whether the AM/PM designator is shown for each hour. Inherited from TimeRuler. |
| Caption | Gets or sets the time ruler's caption. Inherited from TimeRuler. |
| ShowCurrentTime | Gets or sets whether the time slider which indicates the current time is displayed within the time ruler. Inherited from TimeRuler. |
| ShowMinutes | Gets or sets whether minutes are displayed by the time ruler. Inherited from TimeRuler. |
| TimeZoneId | Inherited from TimeRuler. |
| UseClientTimeZone | Gets or sets whether a particular time ruler always uses the ClientTimeZoneId setting. Inherited from TimeRuler. |
| Visible | Gets or sets whether a TimeRuler element is displayed within the SchedulerControl. Inherited from TimeRuler. |
Methods
| Name | Description |
|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. 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. Inherited from TimeRuler. |
See Also