EntityFunctions.AddMicroseconds Methode

Definitie

Roept de canonieke AddMicroseconds functie aan. Zie Datum- en tijd canonieke functies voor informatie over de canonieke AddMicroseconds functie.

Overloads

Name Description
AddMicroseconds(Nullable<DateTime>, Nullable<Int32>)

Roept de canonieke AddMicroseconds functie aan. Zie Datum- en tijd canonieke functies voor informatie over de canonieke AddMicroseconds functie.

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

Roept de canonieke AddMicroseconds functie aan. Zie Datum- en tijd canonieke functies voor informatie over de canonieke AddMicroseconds functie.

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

Roept de canonieke AddMicroseconds functie aan. Zie Datum- en tijd canonieke functies voor informatie over de canonieke AddMicroseconds functie.

Opmerkingen

U kunt deze functie niet rechtstreeks aanroepen. Deze functie kan alleen worden weergegeven in een LINQ naar entiteitenquery.

Deze functie wordt vertaald naar een bijbehorende functie in de database.

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

Roept de canonieke AddMicroseconds functie aan. Zie Datum- en tijd canonieke functies voor informatie over de canonieke AddMicroseconds functie.

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

Parameters

timeValue
Nullable<DateTime>

Een geldige datum.

addValue
Nullable<Int32>

Het aantal microseconden dat moet worden toegevoegd aan timeValue.

Retouren

De timeValue verhoogd met addValue.

Kenmerken

Opmerkingen

U kunt deze functie niet rechtstreeks aanroepen. Deze functie kan alleen worden weergegeven in een LINQ naar entiteitenquery.

Deze functie wordt vertaald naar een bijbehorende functie in de database.

Van toepassing op

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

Roept de canonieke AddMicroseconds functie aan. Zie Datum- en tijd canonieke functies voor informatie over de canonieke AddMicroseconds functie.

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

Parameters

timeValue
Nullable<DateTimeOffset>

Een geldige datum/tijd-verschuiving.

addValue
Nullable<Int32>

Het aantal microseconden dat moet worden toegevoegd aan timeValue.

Retouren

De timeValue verhoogd met addValue.

Kenmerken

Opmerkingen

U kunt deze functie niet rechtstreeks aanroepen. Deze functie kan alleen worden weergegeven in een LINQ naar entiteitenquery.

Deze functie wordt vertaald naar een bijbehorende functie in de database.

Van toepassing op

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

Roept de canonieke AddMicroseconds functie aan. Zie Datum- en tijd canonieke functies voor informatie over de canonieke AddMicroseconds functie.

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

Parameters

timeValue
Nullable<TimeSpan>

Een geldige tijdsduur.

addValue
Nullable<Int32>

Het aantal microseconden dat moet worden toegevoegd aan timeValue.

Retouren

De timeValue verhoogd met addValue.

Kenmerken

Opmerkingen

U kunt deze functie niet rechtstreeks aanroepen. Deze functie kan alleen worden weergegeven in een LINQ naar entiteitenquery.

Deze functie wordt vertaald naar een bijbehorende functie in de database.

Van toepassing op