SqlMethods.DateDiffNanosecond Method (DateTimeOffset, DateTimeOffset)
Counts the number of nanosecond boundaries between two non-nullable dates.
Namespace: System.Data.Linq.SqlClient
Assembly: System.Data.Linq (in System.Data.Linq.dll)
'Declaration Public Shared Function DateDiffNanosecond ( _ startDate As DateTimeOffset, _ endDate As DateTimeOffset _ ) As Integer
Parameters
- startDate
- Type: System.DateTimeOffset
The start date for the time period.
- endDate
- Type: System.DateTimeOffset
The end date for the time period.
Corresponds to the SQL Server DATEDIFF function; using nanosecond to specify the type of time boundary crossed. For more about this SQL Server function, see DATEDIFF in the Microsoft SQL Server Books Online.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.