Class JdbcTime
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
JdbcTime
Time
JDBC للاطّلاع على مستندات هذه الفئة، يُرجى الاطّلاع على java.sql.Time
.
مستندات تفصيلية
after(when)
للاطّلاع على مستندات هذه الطريقة، يُرجى الاطّلاع على
java.sql.Date#after(Date)
.
المعلَمات
الاسم | النوع | الوصف |
when | JdbcTime | وقت للمقارنة به |
الإرجاع
Boolean
— true
إذا كان هذا الوقت متأخرًا تمامًا عن الوقت المحدّد كمَعلمة
وfalse
في غير ذلك
before(when)
للاطّلاع على مستندات هذه الطريقة، يُرجى الاطّلاع على
java.sql.Date#before(Date)
.
المعلَمات
الاسم | النوع | الوصف |
when | JdbcTime | وقت للمقارنة به |
الإرجاع
Boolean
— true
إذا كان هذا الوقت أبكر بكثير من الوقت المحدّد كمَعلمة
وfalse
في الحالات الأخرى
getHours()
للاطّلاع على مستندات هذه الطريقة، يُرجى الاطّلاع على
java.sql.Date#getHours()
.
الإرجاع
Integer
: الساعة التي يمثّلها هذا العنصر. القيمة هي رقم (من 0 إلى 23) يمثّل
الساعة خلال اليوم التي تحتوي على اللحظة الزمنية التي يمثّلها
هذا العنصر أو تبدأ بها، وفقًا للتفسير في المنطقة الزمنية المحلية.
getMinutes()
للاطّلاع على مستندات هذه الطريقة، يُرجى الاطّلاع على
java.sql.Date#getMinutes()
.
الإرجاع
Integer
: الدقائق التي مضت من الساعة التي يمثّلها هذا العنصر، كما يتم تفسيرها في المنطقة الزمنية
المحلية القيمة هي رقم يتراوح بين 0 و59.
getSeconds()
للاطّلاع على مستندات هذه الطريقة، يُرجى الاطّلاع على
java.sql.Date#getSeconds()
.
الإرجاع
Integer
- الثواني التي تليها الدقيقة التي يمثّلها هذا العنصر، كما يتم تفسيرها في المنطقة الزمنية
المحلية القيمة هي رقم يتراوح بين 0 و61، بما في ذلك الرقمان 60 و61
اللذان لا يمكن استخدامهما إلا على الأجهزة التي تأخذ الثواني الكبيسة في الاعتبار.
getTime()
للاطّلاع على مستندات هذه الطريقة، يُرجى الاطّلاع على
java.sql.Date#getTime()
.
الإرجاع
Integer
: عدد المللي ثانية منذ 1 كانون الثاني (يناير) 1970، 00:00:00 بتوقيت غرينيتش، والذي يمثّله عنصر
الوقت هذا.
setHours(hours)
للاطّلاع على مستندات هذه الطريقة، يُرجى الاطّلاع على
java.sql.Date#setHours(int)
.
المعلَمات
الاسم | النوع | الوصف |
hours | Integer | الساعة التي سيتم ضبطها. يتم تعديل هذا العنصر لتمثيل نقطة زمنية ضمن
الساعة المحدّدة من اليوم، مع السنة والشهر والتاريخ والدقيقة والثانية نفسها
كما في السابق، وفقًا للتفسير في المنطقة الزمنية المحلية. |
setMinutes(minutes)
للاطّلاع على مستندات هذه الطريقة، يُرجى الاطّلاع على
java.sql.Date#setMinutes(int)
.
المعلَمات
الاسم | النوع | الوصف |
minutes | Integer | الدقائق المطلوب ضبطها. يتم تعديل هذا العنصر لتمثيل نقطة زمنية ضمن
الدقيقة المحدّدة من الساعة، مع السنة والشهر والتاريخ والساعة والثانية نفسها
كما في السابق، وفقًا للتفسير في المنطقة الزمنية المحلية. |
setSeconds(seconds)
للاطّلاع على مستندات هذه الطريقة، يُرجى الاطّلاع على
java.sql.Date#setSeconds(int)
.
المعلَمات
الاسم | النوع | الوصف |
seconds | Integer | الثواني المطلوب ضبطها. يتم تعديل هذا العنصر لتمثيل نقطة زمنية ضمن
الثانية المحدّدة من الدقيقة، مع السنة والشهر والتاريخ والساعة والدقيقة نفسها
كما في السابق، وفقًا للتفسير في المنطقة الزمنية المحلية. |
setTime(milliseconds)
للاطّلاع على مستندات هذه الطريقة، يُرجى الاطّلاع على
java.sql.Time#setTime(long)
.
المعلَمات
الاسم | النوع | الوصف |
milliseconds | Integer | قيمة الوقت المطلوب ضبطها. يتم التعبير عن القيمة بالمللي ثانية منذ 1 كانون الثاني (يناير) 1970،
00:00:00 بالتوقيت العالمي المنسق، في حين يشير الرقم السالب إلى المللي ثانية قبل ذلك الوقت. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003e\u003ccode\u003eJdbcTime\u003c/code\u003e provides a JDBC representation of time, mirroring the functionality of \u003ccode\u003ejava.sql.Time\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt offers methods to compare times (\u003ccode\u003eafter\u003c/code\u003e, \u003ccode\u003ebefore\u003c/code\u003e), retrieve time components (\u003ccode\u003egetHours\u003c/code\u003e, \u003ccode\u003egetMinutes\u003c/code\u003e, \u003ccode\u003egetSeconds\u003c/code\u003e), and get the time in milliseconds (\u003ccode\u003egetTime\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eYou can modify the time using \u003ccode\u003esetHours\u003c/code\u003e, \u003ccode\u003esetMinutes\u003c/code\u003e, \u003ccode\u003esetSeconds\u003c/code\u003e, and \u003ccode\u003esetTime\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDetailed documentation for each method is provided with links to the corresponding \u003ccode\u003ejava.sql.Time\u003c/code\u003e or \u003ccode\u003ejava.util.Date\u003c/code\u003e documentation.\u003c/p\u003e\n"]]],[],null,["# Class JdbcTime\n\nJdbcTime\n\nA JDBC `Time`. For documentation of this class, see [`java.sql.Time`](https://docs.oracle.com/javase/6/docs/api/java/sql/Time.html). \n\n### Methods\n\n| Method | Return type | Brief description |\n|---------------------------------------------|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [after(when)](#after(JdbcTime)) | `Boolean` | For documentation of this method, see [`java.sql.Date#after(Date)`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#after(java.util.Date)). |\n| [before(when)](#before(JdbcTime)) | `Boolean` | For documentation of this method, see [`java.sql.Date#before(Date)`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#before(java.util.Date)). |\n| [getHours()](#getHours()) | `Integer` | For documentation of this method, see [` java.sql.Date#getHours()`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#getHours()). |\n| [getMinutes()](#getMinutes()) | `Integer` | For documentation of this method, see [` java.sql.Date#getMinutes()`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#getMinutes()). |\n| [getSeconds()](#getSeconds()) | `Integer` | For documentation of this method, see [` java.sql.Date#getSeconds()`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#getSeconds()). |\n| [getTime()](#getTime()) | `Integer` | For documentation of this method, see [` java.sql.Date#getTime()`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#getTime()). |\n| [setHours(hours)](#setHours(Integer)) | `void` | For documentation of this method, see [` java.sql.Date#setHours(int)`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#setHours(int)). |\n| [setMinutes(minutes)](#setMinutes(Integer)) | `void` | For documentation of this method, see [` java.sql.Date#setMinutes(int)`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#setMinutes(int)). |\n| [setSeconds(seconds)](#setSeconds(Integer)) | `void` | For documentation of this method, see [` java.sql.Date#setSeconds(int)`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#setSeconds(int)). |\n| [setTime(milliseconds)](#setTime(Integer)) | `void` | For documentation of this method, see [` java.sql.Time#setTime(long)`](https://docs.oracle.com/javase/6/docs/api/java/sql/Time.html#setTime(long)). |\n\nDetailed documentation\n----------------------\n\n### `after(when)`\n\nFor documentation of this method, see [`java.sql.Date#after(Date)`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#after(java.util.Date)).\n\n#### Parameters\n\n| Name | Type | Description |\n|--------|---------------|-----------------------|\n| `when` | [JdbcTime](#) | A time to compare to. |\n\n#### Return\n\n\n`Boolean` --- `true` if and only if this time is strictly later than the time specified as a\nparameter; `false` otherwise.\n\n*** ** * ** ***\n\n### `before(when)`\n\nFor documentation of this method, see [`java.sql.Date#before(Date)`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#before(java.util.Date)).\n\n#### Parameters\n\n| Name | Type | Description |\n|--------|---------------|-----------------------|\n| `when` | [JdbcTime](#) | A time to compare to. |\n\n#### Return\n\n\n`Boolean` --- `true` if and only if this time is strictly earlier than the time specified as a\nparameter; `false` otherwise.\n\n*** ** * ** ***\n\n### `get``Hours()`\n\nFor documentation of this method, see [`\njava.sql.Date#getHours()`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#getHours()).\n\n#### Return\n\n\n`Integer` --- The hour represented by this object; the value is a number (0 through 23) representing\nthe hour within the day that contains or begins with the instant in time represented by\nthis object, as interpreted in the local time zone.\n\n*** ** * ** ***\n\n### `get``Minutes()`\n\nFor documentation of this method, see [`\njava.sql.Date#getMinutes()`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#getMinutes()).\n\n#### Return\n\n\n`Integer` --- The minutes past the hour represented by this object, as interpreted in the local time\nzone. The value is a number between 0 through 59 inclusive.\n\n*** ** * ** ***\n\n### `get``Seconds()`\n\nFor documentation of this method, see [`\njava.sql.Date#getSeconds()`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#getSeconds()).\n\n#### Return\n\n\n`Integer` --- The seconds past the minute represented by this object, as interpreted in the local\ntime zone. The value is a number between 0 through 61 inclusive, whiere 60 and 61 are only\npossible for machines that take leap seconds into account.\n\n*** ** * ** ***\n\n### `get``Time()`\n\nFor documentation of this method, see [`\njava.sql.Date#getTime()`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#getTime()).\n\n#### Return\n\n\n`Integer` --- The number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this time\nobject.\n\n*** ** * ** ***\n\n### `set``Hours(hours)`\n\nFor documentation of this method, see [`\njava.sql.Date#setHours(int)`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#setHours(int)).\n\n#### Parameters\n\n| Name | Type | Description |\n|---------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `hours` | `Integer` | The hour to set; this object is updated to represent a point in time within the specified hour of the day, with the year, month, date, minute, and second the same as before, as interpreted in the local time zone. |\n\n*** ** * ** ***\n\n### `set``Minutes(minutes)`\n\nFor documentation of this method, see [`\njava.sql.Date#setMinutes(int)`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#setMinutes(int)).\n\n#### Parameters\n\n| Name | Type | Description |\n|-----------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `minutes` | `Integer` | The minutes to set; this object is updated to represent a point in time within the specified minute of the hour, with the year, month, date, hour, and second the same as before, as interpreted in the local time zone. |\n\n*** ** * ** ***\n\n### `set``Seconds(seconds)`\n\nFor documentation of this method, see [`\njava.sql.Date#setSeconds(int)`](https://docs.oracle.com/javase/6/docs/api/java/util/Date.html#setSeconds(int)).\n\n#### Parameters\n\n| Name | Type | Description |\n|-----------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `seconds` | `Integer` | The seconds to set; this object is updated to represent a point in time within the specified second of the minute, with the year, month, date, hour, and minute the same as before, as interpreted in the local time zone. |\n\n*** ** * ** ***\n\n### `set``Time(milliseconds)`\n\nFor documentation of this method, see [`\njava.sql.Time#setTime(long)`](https://docs.oracle.com/javase/6/docs/api/java/sql/Time.html#setTime(long)).\n\n#### Parameters\n\n| Name | Type | Description |\n|----------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| `milliseconds` | `Integer` | The time value to set. The value is milliseconds since January 1, 1970, 00:00:00 GMT, while a negative number is milliseconds before that time. |"]]