'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.