SecondInterval
Defines an interval of one second.
Definition
Namespace:Telerik.Windows.Controls.TimeBar
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public sealed class SecondInterval : IntervalBase
Inheritance: objectIntervalBaseSecondInterval
Inherited Members
Constructors
public SecondInterval()
Properties
Gets a collection of formatters used to convert DateTime objects to specific strings.
public override Func<DateTime, string>[] Formatters { get; }
A collection of formatters.
Overrides:
The Formatters collection is used when CurrentIntervalSpan equals 1; otherwise, the IntervalSpanFormatters collection is used.
Gets a collection of formatters used to convert DateTime objects to specific strings.
public override Func<DateTime, string>[] IntervalSpanFormatters { get; }
A collection of formatters.
Overrides:
The Formatters collection is used when CurrentIntervalSpan equals 1; otherwise, the IntervalSpanFormatters collection is used.
Gets the smallest interval period.
public override TimeSpan MinimumPeriodLength { get; }
The smallest interval period.
Overrides:
Methods
Increments a specified DateTime object by a specified number of MinimumPeriodLengths.
public override DateTime IncrementByInterval(DateTime date, int intervalSpan)
The DateTime object.
intervalSpanintThe number of MinimumPeriodLengths.
Returns:The incremented DateTime object.
Overrides: