SqlFunctions.CurrentTimestamp Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the current date and time.
[System.Data.Entity.DbFunction("SqlServer", "CURRENT_TIMESTAMP")]
public static Nullable<DateTime> CurrentTimestamp();
static member CurrentTimestamp : unit -> Nullable<DateTime>
Public Shared Function CurrentTimestamp () As Nullable(Of DateTime)
Returns
The current date and time.
- Attributes