Skip to main content

TimeScale Methods
Show Inherited Hide Inherited

Serves as the base class for classes which are time scales in the Timeline View.
Name Description
Ceil(DateTime) Calculates the smallest datetime value that is greater or equal to the argument and contains an integer number of specified time units.
Dispose() Disposes of the UserInterfaceObject object. Inherited from UserInterfaceObject.
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.
Floor(DateTime) Calculates the largest datetime value that is less or equal to the argument and contains an integer number of specified time units.
FormatCaption(DateTime, DateTime) Returns a string formatted according to the display format for this scale type.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetNextDate(DateTime) Adds a time interval equivalent of a scale unit to the argument value.
GetPrevDate(DateTime) Subtracts a time interval equivalent to a scale unit from the argument value.
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.
Round(DateTime) Calculates the datetime value that is the nearest to the argument and contains an integer number of specified time units.
ToString() Returns the element's textual representation. Inherited from UserInterfaceObject.
See Also