java timezone

TimeZone类inDaylightTime()方法 (TimeZone Class inDaylightTime() method)

  • inDaylightTime() method is available in java.util package.

    inDaylightTime()方法在java.util包中可用。

  • inDaylightTime() method is used to check whether the given date (d) is in daylight savings time (DST) or not in this TimeZone.

    inDaylightTime()方法用于检查给定日期(d)是否在此TimeZone中处于夏时制(DST)中。

  • inDaylightTime() 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.

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

  • inDaylightTime() method does not throw an exception at the time of checking the date in daylight.

    inDaylightTime()方法在白天检查日期时不会引发异常。

Syntax:

句法:

    public abstract boolean inDaylightTime(Date d);

Parameter(s):

参数:

  • Date d – represents the date.

    日期d –表示日期。

Return value:

返回值:

The return type of the method is boolean, it returns true when the given date is DST (daylight savings time) otherwise it returns false.

该方法的返回类型为boolean ,当给定日期为DST(夏令时)时返回true,否则返回false。

Example:

例:

// Java program to demonstrate the example
// of boolean inDaylightTime(Date d)
// method of TimeZone
import java.util.*;
public class InDaylightTimeOfTimeZone {public static void main(String args[]) {// Instantiates two TimeZone object
TimeZone tz1 = TimeZone.getTimeZone("Africa/Asmera");
TimeZone tz2 = TimeZone.getDefault();
Date d = new Date(2010, 02, 20);
// Display tz1 , tz1
System.out.println("tz1: " + tz1);
System.out.println("tz2: " + tz2);
// By using inDaylightTime() method is to
// check whether timezone is in daylight
// time or not
boolean status1 = tz1.inDaylightTime(d);
boolean status2 = tz2.inDaylightTime(d);
System.out.print("tz1.inDaylightTime(d): ");
System.out.println(status1);
System.out.print("tz1.inDaylightTime(d): ");
System.out.println(status2);
}
}

Output

输出量

tz1: sun.util.calendar.ZoneInfo[id="Africa/Asmera",offset=10800000,dstSavings=0,useDaylight=false,transitions=6,lastRule=null]
tz2: sun.util.calendar.ZoneInfo[id="GMT",offset=0,dstSavings=0,useDaylight=false,transitions=0,lastRule=null]
tz1.inDaylightTime(d): false
tz1.inDaylightTime(d): false

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

java timezone

java timezone_Java TimeZone inDaylightTime()方法及示例相关推荐

  1. java getid_Java TimeZone getID()方法与示例

    TimeZone类getID()方法getID()方法在java.util包中可用. getID()方法用于返回此TimeZone的ID. getID()方法是一种非静态方法,只能通过类对象访问,如果 ...

  2. java散列法的运用实例,Java HashMap compute() 使用方法及示例

    Java HashMap compute() 使用方法及示例 Java HashMap compute()方法计算一个新值,并将其与哈希映射中的指定键相关联. compute()方法的语法为: has ...

  3. math的用法在java中的使用,Java Math cbrt() 使用方法及示例

    Java Math cbrt() 使用方法及示例 Java Math cbrt()方法返回指定数字的立方根. cbrt()方法的语法为: Math.cbrt(double num) 注意:cbrt() ...

  4. java arraylist 方法返回值,Java ArrayList get() 使用方法及示例

    Java ArrayList get() 使用方法及示例 Java ArrayList get()方法返回指定位置存在的元素. get()方法的语法为: arraylist.get(int index ...

  5. java timezone_Java TimeZone getDSTSavings()方法与示例

    java timezone TimeZone类的getDSTSavings()方法 (TimeZone Class getDSTSavings() method) getDSTSavings() me ...

  6. java timezone_Java TimeZone setID()方法与示例

    java timezone TimeZone类的setID()方法 (TimeZone Class setID() method) setID() method is available in jav ...

  7. java timezone_Java TimeZone useDaylightTime()方法与示例

    java timezone TimeZone类useDaylightTime()方法 (TimeZone Class useDaylightTime() method) useDaylightTime ...

  8. java timezone_Java TimeZone setDefault()方法与示例

    java timezone TimeZone类的setDefault()方法 (TimeZone Class setDefault() method) setDefault() method is a ...

  9. java timezone_Java TimeZone getAvailableIDs()方法与示例

    java timezone TimeZone类的getAvailableIDs()方法 (TimeZone Class getAvailableIDs() method) Syntax: 句法: pu ...

最新文章

  1. Latex中的一些表格用法总结(二)——行列式的表格,表格的切分和合并
  2. TCP连接建立与终止,及状态转换
  3. Matlab ANN人工神经网络 validation checks
  4. 小甲鱼python课后作业十七_小甲鱼Python第十六讲课后习题--017函数
  5. 【转贴】mysql导入数据load data infile用法
  6. 移动端返回上一页实现方法
  7. Silverlight 数据库 - Silverlight Database
  8. python程序设计和c语言_C 语言和 Python,该从哪个入门编程?
  9. Python3.x+pycharm+Anaconda中缩小打包的.exe体积的方法
  10. 关闭浏览器网页触发事件_浏览器是如何工作的?
  11. CentOS下配置apache+gitweb
  12. MFC仿QQ好友列表控件
  13. rust连接不上社区服务器 显示超过时间,rust链接服务器超时
  14. bat运行Java程序
  15. Samba安装,你可能没有权限使用网络资源。请与这台服务器的管理员联系。。。。。。
  16. 从《哪吒之魔童降世》票房火爆,看国产动画产业市场化三十年
  17. PDF文件有密码怎么取消加密
  18. 无边无际的虚拟城市来了!能走能飞的Demo,一火再火的“波函数坍缩”开源算法...
  19. 【视觉高级篇】20 # 如何用WebGL绘制3D物体?
  20. [工作随笔]关于马戏团的故事

热门文章

  1. python合并数组输出重复项_python - 不同数组项的所有可能组合[重复] - 堆栈内存溢出...
  2. maven 打包指定依赖包_[Maven]-Maven基础-01-基础概念
  3. hive分区用2个字段有何限制_Hive分区表和桶表的使用
  4. 高阶函数 实现sum(2)(3) 柯里化
  5. jQuery中的ready
  6. MySql 踩坑小记 1
  7. FFT实现高精度乘法
  8. (转)rvm安装与常用命令
  9. class threading.Thread()说明:
  10. SharePoint2007安装图文详解二:安装AD(活动目录)及DNS