Version

DateTimeInterval Class

Encapsulates the depiction of a regularly occurring interval of time in the UltraTimelineView control.
Syntax
'Declaration
 
Public MustInherit Class DateTimeInterval 
   Inherits Infragistics.Shared.SubObjectBase
public abstract class DateTimeInterval : Infragistics.Shared.SubObjectBase 
Remarks

The UltraTimelineView control supports any number of time intervals, which are represented in the user interface as rows of headers that appear alongside the top edge of the control. The headers which appear in the bottom row represent the primary time interval, upon which scaling for the size of activity elements is based. Headers in this primary interval row can be resized horizontally by the user, which increases or decreases the width of all columns accordingly.

The text displayed in the column headers is fully customizable, and can be oriented at any angle. An image can be displayed on the header as well.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also