Class RelativeDateTimeFormatter.AbsoluteUnit
https://developer.android.com/reference/android/icu/text/RelativeDateTimeFormatter.AbsoluteUnit.html
public class RelativeDateTimeFormatter.AbsoluteUnit : Enum<RelativeDateTimeFormatter.AbsoluteUnit>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<RelativeDateTimeFormatter.AbsoluteUnit>>, IComparable<RelativeDateTimeFormatter.AbsoluteUnit>, ISerializable
- Inheritance
-
RelativeDateTimeFormatter.AbsoluteUnit
- Implements
- Inherited Members
- Extension Methods
Constructors
AbsoluteUnit(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AbsoluteUnit(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DAY
public static RelativeDateTimeFormatter.AbsoluteUnit DAY { get; set; }
Property Value
FRIDAY
public static RelativeDateTimeFormatter.AbsoluteUnit FRIDAY { get; set; }
Property Value
HOUR
public static RelativeDateTimeFormatter.AbsoluteUnit HOUR { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MINUTE
public static RelativeDateTimeFormatter.AbsoluteUnit MINUTE { get; set; }
Property Value
MONDAY
public static RelativeDateTimeFormatter.AbsoluteUnit MONDAY { get; set; }
Property Value
MONTH
public static RelativeDateTimeFormatter.AbsoluteUnit MONTH { get; set; }
Property Value
NOW
public static RelativeDateTimeFormatter.AbsoluteUnit NOW { get; set; }
Property Value
QUARTER
public static RelativeDateTimeFormatter.AbsoluteUnit QUARTER { get; set; }
Property Value
SATURDAY
public static RelativeDateTimeFormatter.AbsoluteUnit SATURDAY { get; set; }
Property Value
SUNDAY
public static RelativeDateTimeFormatter.AbsoluteUnit SUNDAY { get; set; }
Property Value
THURSDAY
public static RelativeDateTimeFormatter.AbsoluteUnit THURSDAY { get; set; }
Property Value
TUESDAY
public static RelativeDateTimeFormatter.AbsoluteUnit TUESDAY { get; set; }
Property Value
WEDNESDAY
public static RelativeDateTimeFormatter.AbsoluteUnit WEDNESDAY { get; set; }
Property Value
WEEK
public static RelativeDateTimeFormatter.AbsoluteUnit WEEK { get; set; }
Property Value
YEAR
public static RelativeDateTimeFormatter.AbsoluteUnit YEAR { get; set; }
Property Value
Methods
ValueOf(String)
public static RelativeDateTimeFormatter.AbsoluteUnit ValueOf(String arg0)
Parameters
Returns
Values()
public static RelativeDateTimeFormatter.AbsoluteUnit[] Values()