Ceil(DateTime)
|
Calculates the smallest datetime value that is greater or equal to the argument and contains an integer number of specified time units.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current TimeScale instance.
|
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 display format for this scale type.
|
GetHashCode()
|
Calculates the hash code for the TimeScale instance.
|
GetNextDate(DateTime)
|
Adds a time interval equivalent to a scale unit to the argument value.
|
GetPrevDate(DateTime)
|
Subtracts a time interval equivalent to a scale unit to the argument value.
|
GetType()
|
Gets the Type of the current instance.
|
IsDateVisible(DateTime)
|
Returns whether the specific date belongs to this Time Scale. This method can return false for Time Scales that miss certain time invervals, for instance, Work Day and Work Hour scales. You can override this method for custom scales to control which DateTime intervals should be visible. See the Time Scales article for an example.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Round(DateTime)
|
Calculates the datetime value that is the nearest to the argument value and contains an integer number of specified time units.
|
ToString()
|
Returns the element’s textual representation.
|