Overload | Description |
---|---|
DateAddYear(Int32,String) | Returns an instance of the DateAddQueryFunction function. The time span and alias of the column containing the original date value are passed as arguments to this function. [Year] is the part of date to which the time span is added. |
DateAddYear(Int32,String,String) | Returns an instance of the DateAddQueryFunction function. The time span, source alias and alias of the column containing the original date value are passed as arguments to this function. [Year] is the part of date to which the time span is added. |
DateAddYear(Int32,QueryColumnExpression) | Returns an instance of the DateAddQueryFunction function. The time span and alias of the column containing the original date value are passed as arguments to this function. [Year] is the part of date to which the time span is added. |
DateAddYear(IQueryColumnExpressionConvertible,IQueryColumnExpressionConvertible) | Returns an instance of the DateAddQueryFunction function. The time span and alias of the column containing the original date value are passed as arguments to this function. [Year] is the part of date to which the time span is added. |
DateAddYear(Int32,IQueryColumnExpressionConvertible) | Returns an instance of the DateAddQueryFunction function. The time span and alias of the column containing the original date value are passed as arguments to this function. [Year] is the part of date to which the time span is added. |
Target Platforms: 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