Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DateExCondition Class / FromYear Method
The year.


In This Topic
    FromYear Method
    In This Topic
    Creates a DateExCondition object from the year.
    Syntax
    'Declaration
     
    Public Shared Function FromYear( _
       ByVal year As Integer _
    ) As DateExCondition
    'Usage
     
    Dim year As Integer
    Dim value As DateExCondition
     
    value = DateExCondition.FromYear(year)
    public static DateExCondition FromYear( 
       int year
    )

    Parameters

    year
    The year.

    Return Value

    The DateExCondition object.
    See Also