TimeScaleWorkHour Members
In This Article
#Constructors
Name | Description |
---|---|
Time |
Initializes a new instance of the Time |
#Properties
Name | Description |
---|---|
Display |
Gets or sets the format of the string displayed in the timeline caption.
Inherited from Time |
Display |
Gets or sets the text which identifies an element.
Inherited from User |
Enabled |
Gets or sets if the time scale is enabled for the View.
Inherited from Time |
Id |
Gets the unique identifier of the user interface object instance.
Inherited from User |
Menu |
Gets or sets the element’s menu caption.
Inherited from User |
Serialization |
Gets the string containing the time scale type name.
Inherited from Time |
Value |
Gets the value of the scale unit - a time interval equal to an hour.
Inherited from Time |
Visible |
Gets or sets whether the time scale is visible.
Inherited from Time |
Width |
Gets or sets the width of the time scale element.
Inherited from Time |
#Methods
Name | Description |
---|---|
Ceil |
Calculates the smallest datetime value that is greater or equal to the argument and contains an integer number of specified time units.
Inherited from Time |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current Time |
Floor |
Calculates the largest datetime value that is less or equal to the argument and represents an integer number of hours.
Inherited from Time |
Format |
Returns a string formatted according to display format for this scale type.
Inherited from Time |
Get |
Calculates the hash code for the Time |
Get |
Adds a time interval, equivalent to one hour, to the argument value.
Inherited from Time |
Get |
Subtracts a time interval equivalent to a scale unit to the argument value.
Inherited from Time |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Checks whether the specific Date |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Round |
Calculates the datetime value that is the nearest to the argument value and contains an integer number of specified time units.
Inherited from Time |
To |
Returns the element’s textual representation.
Inherited from User |
#Events
Name | Description |
---|---|
Property |
Occurs when a property value changes.
Inherited from User |
See Also