Udostępnij za pośrednictwem


EdmFunctions.CreateDateTimeOffset Metoda

Definicja

Tworzy element DbFunctionExpression , który wywołuje kanoniczną funkcję "CreateDateTimeOffset" z określonymi argumentami. second musi mieć typ wyniku Edm.Double, podczas gdy wszystkie inne argumenty muszą mieć typ wyniku Edm.Int32. Typ wyniku wyrażenia to Edm.DateTimeOffset.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ CreateDateTimeOffset(System::Data::Common::CommandTrees::DbExpression ^ year, System::Data::Common::CommandTrees::DbExpression ^ month, System::Data::Common::CommandTrees::DbExpression ^ day, System::Data::Common::CommandTrees::DbExpression ^ hour, System::Data::Common::CommandTrees::DbExpression ^ minute, System::Data::Common::CommandTrees::DbExpression ^ second, System::Data::Common::CommandTrees::DbExpression ^ timeZoneOffset);
public static System.Data.Common.CommandTrees.DbFunctionExpression CreateDateTimeOffset (System.Data.Common.CommandTrees.DbExpression year, System.Data.Common.CommandTrees.DbExpression month, System.Data.Common.CommandTrees.DbExpression day, System.Data.Common.CommandTrees.DbExpression hour, System.Data.Common.CommandTrees.DbExpression minute, System.Data.Common.CommandTrees.DbExpression second, System.Data.Common.CommandTrees.DbExpression timeZoneOffset);
static member CreateDateTimeOffset : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function CreateDateTimeOffset (year As DbExpression, month As DbExpression, day As DbExpression, hour As DbExpression, minute As DbExpression, second As DbExpression, timeZoneOffset As DbExpression) As DbFunctionExpression

Parametry

year
DbExpression

Wyrażenie, które dostarcza wartość roku dla nowego wystąpienia DateTimeOffset.

month
DbExpression

Wyrażenie, które dostarcza wartość miesiąca dla nowego wystąpienia DateTimeOffset.

day
DbExpression

Wyrażenie, które udostępnia wartość dnia dla nowego wystąpienia DateTimeOffset.

hour
DbExpression

Wyrażenie, które udostępnia wartość godziny dla nowego wystąpienia DateTimeOffset.

minute
DbExpression

Wyrażenie, które udostępnia wartość minuty dla nowego wystąpienia DateTimeOffset.

second
DbExpression

Wyrażenie, które udostępnia drugą wartość dla nowego wystąpienia DateTimeOffset.

timeZoneOffset
DbExpression

Wyrażenie, które zawiera liczbę minut w wartości przesunięcia strefy czasowej dla nowego wystąpienia DateTimeOffset.

Zwraca

Nowa funkcja DbFunctionExpression zwracająca nowy element DateTimeOffset na podstawie określonych wartości.

Wyjątki

year, , monthhourdayminute, secondlub timeZoneOffset to .null

year, , monthdayminutehoursecondlub timeZoneOffset jest nieprawidłowy.

Dotyczy