EntityFunctions.DiffMicroseconds Methode

Definitie

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

Overloads

Name Description
DiffMicroseconds(Nullable<TimeSpan>, Nullable<TimeSpan>)

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

DiffMicroseconds(Nullable<DateTime>, Nullable<DateTime>)

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

DiffMicroseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)

Roept de canonieke DiffMicroseconds functie aan. Zie Datum- en tijd canonieke functies voor informatie over de canonieke DiffMicroseconds 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.

DiffMicroseconds(Nullable<TimeSpan>, Nullable<TimeSpan>)

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

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

Parameters

timeValue1
Nullable<TimeSpan>

Een geldige tijdsduur.

timeValue2
Nullable<TimeSpan>

Een geldige tijdsduur.

Retouren

Het aantal microseconden tussen timeValue1 en timeValue2.

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

DiffMicroseconds(Nullable<DateTime>, Nullable<DateTime>)

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

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

Parameters

timeValue1
Nullable<DateTime>

Een geldige datum.

timeValue2
Nullable<DateTime>

Een geldige datum.

Retouren

Het aantal microseconden tussen timeValue1 en timeValue2.

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

DiffMicroseconds(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)

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

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

Parameters

timeValue1
Nullable<DateTimeOffset>

Een geldige datum/tijd-verschuiving.

timeValue2
Nullable<DateTimeOffset>

Een geldige datum/tijd-verschuiving.

Retouren

Het aantal microseconden tussen timeValue1 en timeValue2.

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