Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Creates a DateTimeOffset object representing a point in time at a particular offset from GMT.
Overload List
| Name | Description |
|---|---|
| valueOf(java.sql.Timestamp, int) | Creates a DateTimeOffset object representing a point in time at a particular offset from GMT given a java.sql.Timestamp value and a value indicating the offset in minutes. |
| valueOf(java.sql.Timestamp, java.util.Calendar) | Creates a DateTimeOffset object representing a point in time at a particular offset from GMT given a java.sql.Timestamp value and a java.util.Calendar value indicating the offset. |