Spread Windows Forms 7.0 Product Documentation
FilterItemValue Constructor(DateTime)
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FilterItemValue Class > FilterItemValue Constructor : FilterItemValue Constructor(DateTime)


value
DateTime value to compare

Glossary Item Box

Creates an instance of the ValueFilterItem object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal value As Date _
)
Visual Basic (Usage)Copy Code
Dim value As Date
 
Dim instance As New FilterItemValue(value)
C# 
public FilterItemValue( 
   DateTime value
)

Parameters

value
DateTime value to compare

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.