Class TimeZoneFormat
public class TimeZoneFormat : UFormat, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IFreezable<TimeZoneFormat>, ICloneable, ISerializable
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Format>TimeZoneFormat
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Format>.IsAssignableFrom(IJavaType)JVMBridgeBase<Format>.IsAssignableFrom<T>()JVMBridgeBase<Format>.Execute<T>(params T[])JVMBridgeBase<Format>.DynBridgeClazzJVMBridgeBase<Format>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
TimeZoneFormat()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public TimeZoneFormat()
TimeZoneFormat(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public TimeZoneFormat(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
Methods
CloneAsThawed()
public object CloneAsThawed()
Returns
Format(Style, TimeZone, long)
public String Format(TimeZoneFormat.Style arg0, TimeZone arg1, long arg2)
Parameters
arg0
TimeZoneFormat.Stylearg1
TimeZonearg2
long
Returns
Format(Style, TimeZone, long, Output<TimeType>)
public String Format(TimeZoneFormat.Style arg0, TimeZone arg1, long arg2, Output<TimeZoneFormat.TimeType> arg3)
Parameters
arg0
TimeZoneFormat.Stylearg1
TimeZonearg2
longarg3
Output<TimeZoneFormat.TimeType>
Returns
FormatOffsetISO8601Basic(int, bool, bool, bool)
public String FormatOffsetISO8601Basic(int arg0, bool arg1, bool arg2, bool arg3)
Parameters
Returns
FormatOffsetISO8601Extended(int, bool, bool, bool)
public String FormatOffsetISO8601Extended(int arg0, bool arg1, bool arg2, bool arg3)
Parameters
Returns
FormatOffsetLocalizedGMT(int)
public String FormatOffsetLocalizedGMT(int arg0)
Parameters
Returns
FormatOffsetShortLocalizedGMT(int)
public String FormatOffsetShortLocalizedGMT(int arg0)
Parameters
Returns
Freeze()
public object Freeze()
Returns
GetDefaultParseOptions()
public EnumSet<TimeZoneFormat.ParseOption> GetDefaultParseOptions()
Returns
GetGMTOffsetDigits()
public String GetGMTOffsetDigits()
Returns
GetGMTOffsetPattern(GMTOffsetPatternType)
public String GetGMTOffsetPattern(TimeZoneFormat.GMTOffsetPatternType arg0)
Parameters
Returns
GetGMTPattern()
public String GetGMTPattern()
Returns
GetGMTZeroFormat()
public String GetGMTZeroFormat()
Returns
GetInstance(ULocale)
public static TimeZoneFormat GetInstance(ULocale arg0)
Parameters
Returns
GetInstance(Locale)
public static TimeZoneFormat GetInstance(Locale arg0)
Parameters
Returns
GetTimeZoneNames()
public TimeZoneNames GetTimeZoneNames()
Returns
IsFrozen()
public bool IsFrozen()
Returns
Parse(Style, String, ParsePosition, Output<TimeType>)
public TimeZone Parse(TimeZoneFormat.Style arg0, String arg1, ParsePosition arg2, Output<TimeZoneFormat.TimeType> arg3)
Parameters
arg0
TimeZoneFormat.Stylearg1
Stringarg2
ParsePositionarg3
Output<TimeZoneFormat.TimeType>
Returns
Parse(Style, String, ParsePosition, EnumSet<ParseOption>, Output<TimeType>)
public TimeZone Parse(TimeZoneFormat.Style arg0, String arg1, ParsePosition arg2, EnumSet<TimeZoneFormat.ParseOption> arg3, Output<TimeZoneFormat.TimeType> arg4)
Parameters
arg0
TimeZoneFormat.Stylearg1
Stringarg2
ParsePositionarg3
EnumSet<TimeZoneFormat.ParseOption>arg4
Output<TimeZoneFormat.TimeType>
Returns
Parse(String)
https://developer.android.com/reference/android/icu/text/TimeZoneFormat.html#parse(java.lang.String)
public TimeZone Parse(String arg0)
Parameters
Returns
Exceptions
Parse(String, ParsePosition)
public TimeZone Parse(String arg0, ParsePosition arg1)
Parameters
arg0
Stringarg1
ParsePosition
Returns
ParseOffsetISO8601(String, ParsePosition)
public int ParseOffsetISO8601(String arg0, ParsePosition arg1)
Parameters
arg0
Stringarg1
ParsePosition
Returns
ParseOffsetLocalizedGMT(String, ParsePosition)
public int ParseOffsetLocalizedGMT(String arg0, ParsePosition arg1)
Parameters
arg0
Stringarg1
ParsePosition
Returns
ParseOffsetShortLocalizedGMT(String, ParsePosition)
public int ParseOffsetShortLocalizedGMT(String arg0, ParsePosition arg1)
Parameters
arg0
Stringarg1
ParsePosition
Returns
SetDefaultParseOptions(EnumSet<ParseOption>)
public TimeZoneFormat SetDefaultParseOptions(EnumSet<TimeZoneFormat.ParseOption> arg0)
Parameters
Returns
SetGMTOffsetDigits(String)
public TimeZoneFormat SetGMTOffsetDigits(String arg0)
Parameters
Returns
SetGMTOffsetPattern(GMTOffsetPatternType, String)
public TimeZoneFormat SetGMTOffsetPattern(TimeZoneFormat.GMTOffsetPatternType arg0, String arg1)
Parameters
Returns
SetGMTPattern(String)
public TimeZoneFormat SetGMTPattern(String arg0)
Parameters
Returns
SetGMTZeroFormat(String)
public TimeZoneFormat SetGMTZeroFormat(String arg0)
Parameters
Returns
SetTimeZoneNames(TimeZoneNames)
public TimeZoneFormat SetTimeZoneNames(TimeZoneNames arg0)
Parameters
Returns
Operators
implicit operator Freezable(TimeZoneFormat)
Converter from TimeZoneFormat to Freezable
public static implicit operator Freezable(TimeZoneFormat t)
Parameters
Returns
implicit operator Serializable(TimeZoneFormat)
Converter from TimeZoneFormat to Serializable
public static implicit operator Serializable(TimeZoneFormat t)