EntityFunctions.DiffMicroseconds メソッド

定義

正規の DiffMicroseconds 関数を呼び出します。 正規の DiffMicroseconds 関数については、「日付と時刻の正規関数」を参照してください。

オーバーロード

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

正規の DiffMicroseconds 関数を呼び出します。 正規の DiffMicroseconds 関数については、「日付と時刻の正規関数」を参照してください。

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

正規の DiffMicroseconds 関数を呼び出します。 正規の DiffMicroseconds 関数については、「日付と時刻の正規関数」を参照してください。

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

正規の DiffMicroseconds 関数を呼び出します。 正規の DiffMicroseconds 関数については、「日付と時刻の正規関数」を参照してください。

注釈

この関数を直接呼び出すことはできません。 この関数は、LINQ to Entities クエリ内でのみ使用できます。

この関数は、データベース内の対応する関数に変換されます。

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

正規の DiffMicroseconds 関数を呼び出します。 正規の DiffMicroseconds 関数については、「日付と時刻の正規関数」を参照してください。

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)

パラメーター

timeValue1
Nullable<TimeSpan>

有効な期間。

timeValue2
Nullable<TimeSpan>

有効な期間。

戻り値

timeValue1timeValue2 間のマイクロ秒数。

属性

注釈

この関数を直接呼び出すことはできません。 この関数は、LINQ to Entities クエリ内でのみ使用できます。

この関数は、データベース内の対応する関数に変換されます。

適用対象

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

正規の DiffMicroseconds 関数を呼び出します。 正規の DiffMicroseconds 関数については、「日付と時刻の正規関数」を参照してください。

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)

パラメーター

timeValue1
Nullable<DateTime>

有効な日付。

timeValue2
Nullable<DateTime>

有効な日付。

戻り値

timeValue1timeValue2 間のマイクロ秒数。

属性

注釈

この関数を直接呼び出すことはできません。 この関数は、LINQ to Entities クエリ内でのみ使用できます。

この関数は、データベース内の対応する関数に変換されます。

適用対象

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

正規の DiffMicroseconds 関数を呼び出します。 正規の DiffMicroseconds 関数については、「日付と時刻の正規関数」を参照してください。

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)

パラメーター

timeValue1
Nullable<DateTimeOffset>

有効な日付/時刻オフセット。

timeValue2
Nullable<DateTimeOffset>

有効な日付/時刻オフセット。

戻り値

timeValue1timeValue2 間のマイクロ秒数。

属性

注釈

この関数を直接呼び出すことはできません。 この関数は、LINQ to Entities クエリ内でのみ使用できます。

この関数は、データベース内の対応する関数に変換されます。

適用対象