date.gethour

LocalDateTime类getHour()方法 (LocalDateTime Class getHour() method)

  • getHour() method is available in java.time package.

    getHour()方法在java.time包中可用。

  • getHour() method is used to get an hour-of-day field value from this date-time object.

    getHour()方法用于从该日期时间对象获取一天中的小时值。

  • getHour() method is a non-static method, it is accessible with the class object only and if we try to access the method with the class name then we will get an error.

    getHour()方法是一个非静态方法,只能通过类对象访问,如果尝试使用类名称访问该方法,则会收到错误消息。

  • getHour() method does not throw an exception at the time of getting an hour of the day.

    在一天中的一个小时内, getHour()方法不会引发异常。

Syntax:

句法:

    public int getHour();

Parameter(s):

参数:

  • None

    没有

Return value:

返回值:

The return type of this method is int, it returns the value hour-of-day field of this object and the number of hours in a day starts from 0 and ends at 23.

此方法的返回类型为int ,它返回此对象的value-of-day字段,并且一天中的小时数从0开始,以23结尾。

Example:

例:

// Java program to demonstrate the example
// of getHour() method of LocalDateTime
import java.time.*;
public class GetHourOfLocalDateTime {public static void main(String args[]) {// Instantiates two LocalDateTime
LocalDateTime da_ti1 = LocalDateTime.parse("2005-10-05T10:10:10");
LocalDateTime da_ti2 = LocalDateTime.now();
// Display da_ti1, da_ti2
System.out.println("LocalDateTime da_ti1 and da_ti2: ");
System.out.println("da_ti1: " + da_ti1);
System.out.println("da_ti2: " + da_ti2);
System.out.println();
// Here, this method returns the
// field value hour-of-day from
// this date-time object (da_ti1)
int hod = da_ti1.getHour();
// Display hod
System.out.println("da_ti1.getHour(): " + hod);
// Here, this method returns the
// field value hour-of-day from
// this date-time object (da_ti2)
hod = da_ti2.getHour();
// Display hod
System.out.println("da_ti2.getHour(): " + hod);
}
}

Output

输出量

LocalDateTime da_ti1 and da_ti2:
da_ti1: 2005-10-05T10:10:10
da_ti2: 2020-06-05T02:54:33.968481da_ti1.getHour(): 10
da_ti2.getHour(): 2

翻译自: https://www.includehelp.com/java/localdatetime-gethour-method-with-example.aspx

date.gethour

date.gethour_Java LocalDateTime类| 带示例的getHour()方法相关推荐

  1. java的equals方法_Java LocalDateTime类| 带示例的equals()方法

    java的equals方法 LocalDateTime类equals()方法 (LocalDateTime Class equals() method) equals() method is avai ...

  2. java中get接口示例_Java LocalDateTime类| 带示例的get()方法

    java中get接口示例 LocalDateTime类的get()方法 (LocalDateTime Class get() method) get() method is available in ...

  3. java 根据类名示例化类_Java LocalDateTime类| 带示例的getNano()方法

    java 根据类名示例化类 LocalDateTime类getNano()方法 (LocalDateTime Class getNano() method) getNano() method is a ...

  4. Java LocalDateTime类| 带示例的getDayOfWeek()方法

    LocalDateTime类getDayOfWeek()方法 (LocalDateTime Class getDayOfWeek() method) getDayOfWeek() method is ...

  5. getlong_Java LocalDateTime类| 带示例的getLong()方法

    getlong LocalDateTime类的getLong()方法 (LocalDateTime Class getLong() method) getLong() method is availa ...

  6. Java LocalDateTime类| 带示例的getMinute()方法

    LocalDateTime类getMinute()方法 (LocalDateTime Class getMinute() method) getMinute() method is available ...

  7. java getmonth_Java LocalDateTime类| 带示例的getMonth()方法

    java getmonth LocalDateTime类getMonth()方法 (LocalDateTime Class getMonth() method) getMonth() method i ...

  8. Java LocalDateTime类| 带示例的compareTo()方法

    LocalDateTime类compareTo()方法 (LocalDateTime Class compareTo() method) compareTo() method is available ...

  9. Java LocalDateTime类| 带示例的getDayOfYear()方法

    LocalDateTime类getDayOfYear()方法 (LocalDateTime Class getDayOfYear() method) getDayOfYear() method is ...

最新文章

  1. 设计模式 之 《备忘录模式》
  2. 开发指南专题四:JEECG微云快速开发平台--JEECG开发环境搭建
  3. 设置phpMyAdmin连接本机已存在数据库
  4. 十、Robotium测试入门
  5. vcard微信电子名片
  6. CSDN学霸课表——网络工程师(软考中级)
  7. 计算尖峰电流的目的_尖峰电流的形成及抑制与去耦电容的作用解读
  8. Duplicate keys detected: ‘gggggg‘. This may cause an update error.的解决办法
  9. 盘点中国顶级黑客Top10,雷军也名列其中!
  10. 手机日常使用技巧、和手机停机如何免费上网 。好多大家不知道的功能 不看后悔哦
  11. 复阻抗法 求解 传递函数
  12. 德国的共享杯,共享碗--还有什么不能共享?
  13. The Forty-first Of Word-Day
  14. 程序员求职之道(《程序员面试笔试宝典》)之走进微软
  15. hibernate的环境搭建及使用
  16. nbu15_NBU常用的命令
  17. 《Small Memory Software:Patterns For System With Limited Memory》读书笔记
  18. 2020 Ansys Lumerical FDTD MODE安装步骤说明
  19. mes系统如何帮助工厂提高生产效率的?
  20. 华为交换机链路聚合Eth-trunk实例

热门文章

  1. 主动断开socket链接_TCP连接与断开详解(socket通信)
  2. TensorFlow实验(1)
  3. win2008 mysql端口_使用自定义端口连接SQL Server 2008的方法
  4. 将z-blog改成英文blog所遇到的问题
  5. c#输出最大值、最小值和平均值(A)【C#】
  6. 记一次,jvm 内存溢出
  7. android学习之-Style样式的定义
  8. 如何安装Genymotion虚拟机以及Genmotion的eclipse插件
  9. 企业Shell面试题18:单词及字母去重排序案例
  10. bzoj 2121 DP