Spread Silverlight Documentation
FromYear Method


GrapeCity.Windows.SpreadSheet.Data Namespace > DateExCondition Class : FromYear Method
The year.
Creates a DateExCondition object from the year.
Syntax
'Declaration
 
Public Shared Function FromYear( _
   ByVal year As System.Integer _
) As DateExCondition
'Usage
 
Dim year As System.Integer
Dim value As DateExCondition
 
value = DateExCondition.FromYear(year)
public static DateExCondition FromYear( 
   System.int year
)

Parameters

year
The year.

Return Value

The DateExCondition object.
See Also

Reference

DateExCondition Class
DateExCondition Members