Version

Add Method (TimeRangeAppearancesCollection)

Adds the specified timeRange and appearance instances to this collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal timeRange As TimeRange, _
   ByVal appearance As Infragistics.Win.Appearance _
) As TimeRangeAppearance
public TimeRangeAppearance Add( 
   TimeRange timeRange,
   Infragistics.Win.Appearance appearance
)

Parameters

timeRange
The TimeRange instance which defines the range of time over which the specified appearance will be applied.
appearance
The Appearance instance which defines the visual attributes of the TimeSlots which fall within the specified range.

Return Value

A reference to the TimeRangeAppearance instance that was added to the collection..
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