EntityFunctions.TruncateTime 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
调用 TruncateTime
规范函数。 有关 TruncateTime
规范函数的信息,请参阅日期和时间规范函数。
重载
TruncateTime(Nullable<DateTime>) |
调用 |
TruncateTime(Nullable<DateTimeOffset>) |
调用 |
注解
不能直接调用此函数。 此函数只能出现在 LINQ to Entities 查询中。
此函数将转换为数据库中的相应函数。
TruncateTime(Nullable<DateTime>)
调用 TruncateTime
规范函数。 有关 TruncateTime
规范函数的信息,请参阅日期和时间规范函数。
public:
static Nullable<DateTime> TruncateTime(Nullable<DateTime> dateValue);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "TruncateTime")]
public static DateTime? TruncateTime (DateTime? dateValue);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "TruncateTime")>]
static member TruncateTime : Nullable<DateTime> -> Nullable<DateTime>
Public Shared Function TruncateTime (dateValue As Nullable(Of DateTime)) As Nullable(Of DateTime)
参数
返回
清除了时间部分的输入日期。
- 属性
注解
不能直接调用此函数。 此函数只能出现在 LINQ to Entities 查询中。
此函数将转换为数据库中的相应函数。
适用于
TruncateTime(Nullable<DateTimeOffset>)
调用 TruncateTime
规范函数。 有关 TruncateTime
规范函数的信息,请参阅日期和时间规范函数。
public:
static Nullable<DateTimeOffset> TruncateTime(Nullable<DateTimeOffset> dateValue);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "TruncateTime")]
public static DateTimeOffset? TruncateTime (DateTimeOffset? dateValue);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "TruncateTime")>]
static member TruncateTime : Nullable<DateTimeOffset> -> Nullable<DateTimeOffset>
Public Shared Function TruncateTime (dateValue As Nullable(Of DateTimeOffset)) As Nullable(Of DateTimeOffset)
参数
- dateValue
- Nullable<DateTimeOffset>
要截断的日期时间偏移量。
返回
清除了时间部分的输入日期。
- 属性
注解
不能直接调用此函数。 此函数只能出现在 LINQ to Entities 查询中。
此函数将转换为数据库中的相应函数。