SqlMethods.DateDiffYear Method (DateTimeOffset, DateTimeOffset)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Counts the number of year boundaries between two non-nullable dates.

Namespace:  System.Data.Linq.SqlClient
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

Syntax

'Declaration
Public Shared Function DateDiffYear ( _
    startDate As DateTimeOffset, _
    endDate As DateTimeOffset _
) As Integer
public static int DateDiffYear(
    DateTimeOffset startDate,
    DateTimeOffset endDate
)

Parameters

Return Value

Type: System.Int32
The number of year boundaries between the two specified dates.

Remarks

Corresponds to the SQL Server DATEDIFF function; using year to specify the type of time boundary crossed. For more about this SQL Server function, see DATEDIFF in the Microsoft SQL Server Books Online.

Version Information

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.