SqlMethods.DateDiffSecond Method (DateTime, DateTime)

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

Counts the number of second 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 DateDiffSecond ( _
    startDate As DateTime, _
    endDate As DateTime _
) As Integer
public static int DateDiffSecond(
    DateTime startDate,
    DateTime endDate
)

Parameters

Return Value

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

Remarks

Corresponds to the SQL Server DATEDIFF function; using second 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.