This topic has not yet been rated - Rate this topic

SqlFunctions.DatePart Method

Returns an integer that represents the specified datepart of the specified date.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member DatePart(String, Nullable<DateTime>) Returns an integer that represents the specified datepart of the specified date.
Public method Static member DatePart(String, Nullable<DateTimeOffset>) Returns an integer that represents the specified datepart of the specified date.
Public method Static member DatePart(String, Nullable<TimeSpan>) Returns an integer that represents the specified datepart of the specified date.
Public method Static member DatePart(String, String) Returns an integer that represents the specified datepart of the specified date.
Top

You cannot call this function directly. This function can only appear within a LINQ to Entities query.

This function is translated to a corresponding function in the database. For information about the corresponding SQL Server function, see DATEPART (Transact-SQL).

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ