Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Sets the designated parameter to the given DateTimeOffset value.
Syntax
public void setDateTimeOffset(int parameterIndex, DateTimeOffset dateTime)
Parameters
parameterIndex
Index of the column to set.
dateTimeOffset
A DateTimeOffset object.
Exceptions
Remarks
The DateTimeOffset format is "YYYY-MM-DD HH-MM-SS[.nnnnnnn] [+][-] HH:MM". Use the following table for reference.
SQL Type | Insert |
---|---|
datetime | May only insert: "YYYY-MM-DD hh:mm:ss[.nnn]" |
smalldatetime | May only insert: "YYYY-MM-DD hh:mm:ss" |
Time | May only insert: "hh:mm:ss[.nnnnnnn]" |
Date | May only insert: "YYYY-MM-DD" |
DateTime2 | May only insert: "YYYY-MM-DD hh:mm:ss[.nnnnnnn]" |
See Also
getDateTimeOffset (SQLServerResultSet)
SQLServerStatement Members
SQLServerStatement Class