共用方式為


EntityFunctions.AddMinutes 方法

定義

叫用標準 AddMinutes 函式。 如需標準 AddMinutes 函式的資訊,請參閱日期及時間標準函式

多載

AddMinutes(Nullable<TimeSpan>, Nullable<Int32>)

叫用標準 AddMinutes 函式。 如需標準 AddMinutes 函式的資訊,請參閱日期及時間標準函式

AddMinutes(Nullable<DateTime>, Nullable<Int32>)

叫用標準 AddMinutes 函式。 如需標準 AddMinutes 函式的資訊,請參閱日期及時間標準函式

AddMinutes(Nullable<DateTimeOffset>, Nullable<Int32>)

叫用標準 AddMinutes 函式。 如需標準 AddMinutes 函式的資訊,請參閱日期及時間標準函式

備註

您無法直接呼叫此函式。 此函式只能出現在 LINQ to Entities 查詢內。

此函式會轉譯為資料庫中的對應函式。

AddMinutes(Nullable<TimeSpan>, Nullable<Int32>)

叫用標準 AddMinutes 函式。 如需標準 AddMinutes 函式的資訊,請參閱日期及時間標準函式

public:
 static Nullable<TimeSpan> AddMinutes(Nullable<TimeSpan> timeValue, Nullable<int> addValue);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "AddMinutes")]
public static TimeSpan? AddMinutes (TimeSpan? timeValue, int? addValue);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "AddMinutes")>]
static member AddMinutes : Nullable<TimeSpan> * Nullable<int> -> Nullable<TimeSpan>
Public Shared Function AddMinutes (timeValue As Nullable(Of TimeSpan), addValue As Nullable(Of Integer)) As Nullable(Of TimeSpan)

參數

timeValue
Nullable<TimeSpan>

有效的時間範圍。

addValue
Nullable<Int32>

要加入 timeValue 中的分鐘數。

傳回

累加 timeValue 後的 addValue

屬性

備註

您無法直接呼叫此函式。 此函式只能出現在 LINQ to Entities 查詢內。

此函式會轉譯為資料庫中的對應函式。

適用於

AddMinutes(Nullable<DateTime>, Nullable<Int32>)

叫用標準 AddMinutes 函式。 如需標準 AddMinutes 函式的資訊,請參閱日期及時間標準函式

public:
 static Nullable<DateTime> AddMinutes(Nullable<DateTime> timeValue, Nullable<int> addValue);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "AddMinutes")]
public static DateTime? AddMinutes (DateTime? timeValue, int? addValue);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "AddMinutes")>]
static member AddMinutes : Nullable<DateTime> * Nullable<int> -> Nullable<DateTime>
Public Shared Function AddMinutes (timeValue As Nullable(Of DateTime), addValue As Nullable(Of Integer)) As Nullable(Of DateTime)

參數

timeValue
Nullable<DateTime>

有效的日期。

addValue
Nullable<Int32>

要加入 timeValue 中的分鐘數。

傳回

累加 timeValue 後的 addValue

屬性

備註

您無法直接呼叫此函式。 此函式只能出現在 LINQ to Entities 查詢內。

此函式會轉譯為資料庫中的對應函式。

適用於

AddMinutes(Nullable<DateTimeOffset>, Nullable<Int32>)

叫用標準 AddMinutes 函式。 如需標準 AddMinutes 函式的資訊,請參閱日期及時間標準函式

public:
 static Nullable<DateTimeOffset> AddMinutes(Nullable<DateTimeOffset> timeValue, Nullable<int> addValue);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "AddMinutes")]
public static DateTimeOffset? AddMinutes (DateTimeOffset? timeValue, int? addValue);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "AddMinutes")>]
static member AddMinutes : Nullable<DateTimeOffset> * Nullable<int> -> Nullable<DateTimeOffset>
Public Shared Function AddMinutes (timeValue As Nullable(Of DateTimeOffset), addValue As Nullable(Of Integer)) As Nullable(Of DateTimeOffset)

參數

timeValue
Nullable<DateTimeOffset>

有效的日期時間位移。

addValue
Nullable<Int32>

要加入 timeValue 中的分鐘數。

傳回

累加 timeValue 後的 addValue

屬性

備註

您無法直接呼叫此函式。 此函式只能出現在 LINQ to Entities 查詢內。

此函式會轉譯為資料庫中的對應函式。

適用於