Package system
Class TimeZoneInfo
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.TimeZoneInfo
-
- All Implemented Interfaces:
IJCOBridgeReflected,IDeserializationCallback,ISerializable
public class TimeZoneInfo extends NetObject implements ISerializable, IDeserializationCallback
The base .NET class managing System.TimeZoneInfo, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.TimeZoneInfo
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798estatic java.lang.StringassemblyShortNameAssembly name: System.Private.CoreLibstatic java.lang.StringclassNameQualified class name: System.TimeZoneInfostatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description TimeZoneInfo()TimeZoneInfo(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimeZoneInfocast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoTimeZoneInfo, a cast assert is made to check if types are compatible.static voidClearCachedData()static DateTimeOffsetConvertTime(DateTimeOffset dateTimeOffset, TimeZoneInfo destinationTimeZone)static DateTimeConvertTime(DateTime dateTime, TimeZoneInfo destinationTimeZone)static DateTimeConvertTime(DateTime dateTime, TimeZoneInfo sourceTimeZone, TimeZoneInfo destinationTimeZone)static DateTimeOffsetConvertTimeBySystemTimeZoneId(DateTimeOffset dateTimeOffset, java.lang.String destinationTimeZoneId)static DateTimeConvertTimeBySystemTimeZoneId(DateTime dateTime, java.lang.String destinationTimeZoneId)static DateTimeConvertTimeBySystemTimeZoneId(DateTime dateTime, java.lang.String sourceTimeZoneId, java.lang.String destinationTimeZoneId)static DateTimeConvertTimeFromUtc(DateTime dateTime, TimeZoneInfo destinationTimeZone)static DateTimeConvertTimeToUtc(DateTime dateTime)static DateTimeConvertTimeToUtc(DateTime dateTime, TimeZoneInfo sourceTimeZone)static TimeZoneInfoCreateCustomTimeZone(java.lang.String id, TimeSpan baseUtcOffset, java.lang.String displayName, java.lang.String standardDisplayName)booleanEquals(TimeZoneInfo other)static TimeZoneInfoFindSystemTimeZoneById(java.lang.String id)static TimeZoneInfoFromSerializedString(java.lang.String source)TimeSpan[]GetAmbiguousTimeOffsets(DateTime dateTime)TimeSpan[]GetAmbiguousTimeOffsets(DateTimeOffset dateTimeOffset)TimeSpangetBaseUtcOffset()java.lang.StringgetDaylightName()java.lang.StringgetDisplayName()booleangetHasIanaId()java.lang.StringgetId()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typestatic TimeZoneInfogetLocal()java.lang.StringgetStandardName()booleangetSupportsDaylightSavingTime()static TimeZoneInfogetUtc()TimeSpanGetUtcOffset(DateTime dateTime)TimeSpanGetUtcOffset(DateTimeOffset dateTimeOffset)booleanHasSameRules(TimeZoneInfo other)booleanIsAmbiguousTime(DateTime dateTime)booleanIsAmbiguousTime(DateTimeOffset dateTimeOffset)booleanIsDaylightSavingTime(DateTime dateTime)booleanIsDaylightSavingTime(DateTimeOffset dateTimeOffset)booleanIsInvalidTime(DateTime dateTime)voidsetJCOInstance(JCObject instance)java.lang.StringToSerializedString()static booleanTryConvertIanaIdToWindowsId(java.lang.String ianaId, JCORefOut windowsId)static booleanTryConvertWindowsIdToIanaId(java.lang.String windowsId, java.lang.String region, JCORefOut ianaId)static booleanTryConvertWindowsIdToIanaId(java.lang.String windowsId, JCORefOut ianaId)static booleanTryFindSystemTimeZoneById(java.lang.String id, JCORefOut<TimeZoneInfo> timeZoneInfo)-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.runtime.serialization.IDeserializationCallback
OnDeserialization
-
Methods inherited from interface system.runtime.serialization.ISerializable
GetObjectData
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Private.CoreLib- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.TimeZoneInfo- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIDeserializationCallback- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceISerializable- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIDeserializationCallback- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceISerializable- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIDeserializationCallback- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceISerializable- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIDeserializationCallback- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceISerializable- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDeserializationCallback- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceISerializable- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static TimeZoneInfo cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoTimeZoneInfo, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
TimeZoneInfoinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Equals
public boolean Equals(TimeZoneInfo other) throws java.lang.Throwable, NotSupportedException, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchException
-
HasSameRules
public boolean HasSameRules(TimeZoneInfo other) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
IsAmbiguousTime
public boolean IsAmbiguousTime(DateTime dateTime) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, OverflowException, PlatformNotSupportedException, InvalidOperationException, IndexOutOfRangeException, InvalidTimeZoneException, CultureNotFoundException, SecurityException, UnauthorizedAccessException, IOException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionOverflowExceptionPlatformNotSupportedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionInvalidTimeZoneExceptionCultureNotFoundExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
IsAmbiguousTime
public boolean IsAmbiguousTime(DateTimeOffset dateTimeOffset) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OverflowException, PlatformNotSupportedException, InvalidTimeZoneException, UnauthorizedAccessException, IOException
-
IsDaylightSavingTime
public boolean IsDaylightSavingTime(DateTime dateTime) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, InvalidTimeZoneException, CultureNotFoundException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, OverflowException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionCultureNotFoundExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOverflowExceptionIndexOutOfRangeException
-
IsDaylightSavingTime
public boolean IsDaylightSavingTime(DateTimeOffset dateTimeOffset) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OverflowException, IndexOutOfRangeException
-
IsInvalidTime
public boolean IsInvalidTime(DateTime dateTime) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException
-
TryConvertIanaIdToWindowsId
public static boolean TryConvertIanaIdToWindowsId(java.lang.String ianaId, JCORefOut windowsId) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, PlatformNotSupportedException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionPlatformNotSupportedException
-
TryConvertWindowsIdToIanaId
public static boolean TryConvertWindowsIdToIanaId(java.lang.String windowsId, JCORefOut ianaId) throws java.lang.Throwable, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, ExternalException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException
-
TryConvertWindowsIdToIanaId
public static boolean TryConvertWindowsIdToIanaId(java.lang.String windowsId, java.lang.String region, JCORefOut ianaId) throws java.lang.Throwable, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, ExternalException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException
-
TryFindSystemTimeZoneById
public static boolean TryFindSystemTimeZoneById(java.lang.String id, JCORefOut<TimeZoneInfo> timeZoneInfo) throws java.lang.Throwable, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, ExternalException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, InvalidTimeZoneException, SecurityException, IOException
-
ConvertTime
public static DateTime ConvertTime(DateTime dateTime, TimeZoneInfo sourceTimeZone, TimeZoneInfo destinationTimeZone) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException
-
ConvertTime
public static DateTime ConvertTime(DateTime dateTime, TimeZoneInfo destinationTimeZone) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, InvalidTimeZoneException, CultureNotFoundException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, OverflowException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionInvalidTimeZoneExceptionCultureNotFoundExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionOverflowExceptionIndexOutOfRangeException
-
ConvertTimeBySystemTimeZoneId
public static DateTime ConvertTimeBySystemTimeZoneId(DateTime dateTime, java.lang.String sourceTimeZoneId, java.lang.String destinationTimeZoneId) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, InvalidTimeZoneException, CultureNotFoundException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, TimeZoneNotFoundException, OverflowException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionCultureNotFoundExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionTimeZoneNotFoundExceptionOverflowExceptionIndexOutOfRangeException
-
ConvertTimeBySystemTimeZoneId
public static DateTime ConvertTimeBySystemTimeZoneId(DateTime dateTime, java.lang.String destinationTimeZoneId) throws java.lang.Throwable, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, InvalidTimeZoneException, SecurityException, IOException, TimeZoneNotFoundException, UnauthorizedAccessException, OverflowException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionInvalidTimeZoneExceptionSecurityExceptionIOExceptionTimeZoneNotFoundExceptionUnauthorizedAccessExceptionOverflowExceptionNotSupportedException
-
ConvertTimeFromUtc
public static DateTime ConvertTimeFromUtc(DateTime dateTime, TimeZoneInfo destinationTimeZone) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException
-
ConvertTimeToUtc
public static DateTime ConvertTimeToUtc(DateTime dateTime, TimeZoneInfo sourceTimeZone) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException
-
ConvertTimeToUtc
public static DateTime ConvertTimeToUtc(DateTime dateTime) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidTimeZoneException, CultureNotFoundException, ArgumentNullException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, OverflowException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidTimeZoneExceptionCultureNotFoundExceptionArgumentNullExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionOverflowExceptionIndexOutOfRangeException
-
ConvertTime
public static DateTimeOffset ConvertTime(DateTimeOffset dateTimeOffset, TimeZoneInfo destinationTimeZone) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OverflowException, IndexOutOfRangeException
-
ConvertTimeBySystemTimeZoneId
public static DateTimeOffset ConvertTimeBySystemTimeZoneId(DateTimeOffset dateTimeOffset, java.lang.String destinationTimeZoneId) throws java.lang.Throwable, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, InvalidTimeZoneException, SecurityException, IOException, TimeZoneNotFoundException
-
ToSerializedString
public java.lang.String ToSerializedString() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException
-
GetUtcOffset
public TimeSpan GetUtcOffset(DateTime dateTime) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, InvalidTimeZoneException, CultureNotFoundException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, OverflowException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionCultureNotFoundExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOverflowExceptionIndexOutOfRangeException
-
GetUtcOffset
public TimeSpan GetUtcOffset(DateTimeOffset dateTimeOffset) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OverflowException, IndexOutOfRangeException
-
GetAmbiguousTimeOffsets
public TimeSpan[] GetAmbiguousTimeOffsets(DateTime dateTime) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, IndexOutOfRangeException, RankException, CultureNotFoundException, ObjectDisposedException, InvalidTimeZoneException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, OverflowException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidTimeZoneExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionOverflowException
-
GetAmbiguousTimeOffsets
public TimeSpan[] GetAmbiguousTimeOffsets(DateTimeOffset dateTimeOffset) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, IndexOutOfRangeException, RankException, CultureNotFoundException, ObjectDisposedException
-
CreateCustomTimeZone
public static TimeZoneInfo CreateCustomTimeZone(java.lang.String id, TimeSpan baseUtcOffset, java.lang.String displayName, java.lang.String standardDisplayName) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidTimeZoneException, OverflowException, CultureNotFoundException, IndexOutOfRangeException, OutOfMemoryException, ExternalException
-
FindSystemTimeZoneById
public static TimeZoneInfo FindSystemTimeZoneById(java.lang.String id) throws java.lang.Throwable, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, ExternalException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, InvalidTimeZoneException, SecurityException, IOException, ArrayTypeMismatchException, FormatException, TimeZoneNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionInvalidTimeZoneExceptionSecurityExceptionIOExceptionArrayTypeMismatchExceptionFormatExceptionTimeZoneNotFoundException
-
FromSerializedString
public static TimeZoneInfo FromSerializedString(java.lang.String source) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, SerializationException, IndexOutOfRangeException, OverflowException, InvalidTimeZoneException, OutOfMemoryException, ExternalException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionSerializationExceptionIndexOutOfRangeExceptionOverflowExceptionInvalidTimeZoneExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundException
-
ClearCachedData
public static void ClearCachedData() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getHasIanaId
public boolean getHasIanaId() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSupportsDaylightSavingTime
public boolean getSupportsDaylightSavingTime() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDaylightName
public java.lang.String getDaylightName() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getDisplayName
public java.lang.String getDisplayName() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getId
public java.lang.String getId() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getStandardName
public java.lang.String getStandardName() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getBaseUtcOffset
public TimeSpan getBaseUtcOffset() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLocal
public static TimeZoneInfo getLocal() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidTimeZoneException, CultureNotFoundException, ArgumentNullException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidTimeZoneExceptionCultureNotFoundExceptionArgumentNullExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessException
-
getUtc
public static TimeZoneInfo getUtc() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-