EntityFunctions.AddYears 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
叫用標準 AddYears
函式。 如需標準 AddYears
函式的資訊,請參閱日期及時間標準函式。
多載
AddYears(Nullable<DateTimeOffset>, Nullable<Int32>) |
叫用標準 |
AddYears(Nullable<DateTime>, Nullable<Int32>) |
叫用標準 |
備註
您無法直接呼叫此函式。 此函式只能出現在 LINQ to Entities 查詢內。
此函式會轉譯為資料庫中的對應函式。
AddYears(Nullable<DateTimeOffset>, Nullable<Int32>)
叫用標準 AddYears
函式。 如需標準 AddYears
函式的資訊,請參閱日期及時間標準函式。
public:
static Nullable<DateTimeOffset> AddYears(Nullable<DateTimeOffset> dateValue, Nullable<int> addValue);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "AddYears")]
public static DateTimeOffset? AddYears (DateTimeOffset? dateValue, int? addValue);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "AddYears")>]
static member AddYears : Nullable<DateTimeOffset> * Nullable<int> -> Nullable<DateTimeOffset>
Public Shared Function AddYears (dateValue As Nullable(Of DateTimeOffset), addValue As Nullable(Of Integer)) As Nullable(Of DateTimeOffset)
參數
- dateValue
- Nullable<DateTimeOffset>
有效的日期時間位移。
傳回
累加 dateValue
後的 addValue
。
- 屬性
備註
您無法直接呼叫此函式。 此函式只能出現在 LINQ to Entities 查詢內。
此函式會轉譯為資料庫中的對應函式。
適用於
AddYears(Nullable<DateTime>, Nullable<Int32>)
叫用標準 AddYears
函式。 如需標準 AddYears
函式的資訊,請參閱日期及時間標準函式。
public:
static Nullable<DateTime> AddYears(Nullable<DateTime> dateValue, Nullable<int> addValue);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "AddYears")]
public static DateTime? AddYears (DateTime? dateValue, int? addValue);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "AddYears")>]
static member AddYears : Nullable<DateTime> * Nullable<int> -> Nullable<DateTime>
Public Shared Function AddYears (dateValue As Nullable(Of DateTime), addValue As Nullable(Of Integer)) As Nullable(Of DateTime)
參數
傳回
累加 dateValue
後的 addValue
。
- 屬性
備註
您無法直接呼叫此函式。 此函式只能出現在 LINQ to Entities 查詢內。
此函式會轉譯為資料庫中的對應函式。