gpt4 book ai didi

com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl.getTimeZone()方法的使用及代码示例

转载 作者:知者 更新时间:2024-03-20 22:29:05 26 4
gpt4 key购买 nike

本文整理了Java中com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl.getTimeZone()方法的一些代码示例,展示了XMLGregorianCalendarImpl.getTimeZone()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。XMLGregorianCalendarImpl.getTimeZone()方法的具体详情如下:
包路径:com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl
类名称:XMLGregorianCalendarImpl
方法名:getTimeZone

XMLGregorianCalendarImpl.getTimeZone介绍

[英]Returns a java.util.TimeZone for this class.

If timezone field is defined for this instance, returns TimeZone initialized with custom timezone id of zoneoffset. If timezone field is undefined, try the defaultZoneoffset that was passed in. If defaultZoneoffset is DatatypeConstants.FIELD_UNDEFINED, return default timezone for this host. (Same default as java.util.GregorianCalendar).
[中]为此类返回一个java.util.TimeZone
如果为该实例定义了时区字段,则返回使用zoneoffset的自定义时区id初始化的时区。如果时区字段未定义,请尝试传入的defaultZoneoffset。如果defaultZoneoffset是DatatypeConstants。字段_未定义,返回此主机的默认时区。(默认值与java.util.Gregorianalendar相同)。

代码示例

代码示例来源:origin: com.sun.xml.parsers/jaxp-ri

TimeZone tz = getTimeZone(DEFAULT_TIMEZONE_OFFSET);
Locale locale = Locale.getDefault();

代码示例来源:origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxp-ri

TimeZone tz = getTimeZone(DEFAULT_TIMEZONE_OFFSET);
Locale locale = Locale.getDefault();

代码示例来源:origin: com.sun.xml.parsers/jaxp-ri

defaultZoneoffset = defaults.getTimezone();
tz = getTimeZone(defaultZoneoffset);

代码示例来源:origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxp-ri

defaultZoneoffset = defaults.getTimezone();
tz = getTimeZone(defaultZoneoffset);

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com