Class RelativeDateTimeFormatter.RelativeDateTimeUnit
public class RelativeDateTimeFormatter.RelativeDateTimeUnit : Enum<RelativeDateTimeFormatter.RelativeDateTimeUnit>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<RelativeDateTimeFormatter.RelativeDateTimeUnit>>, IComparable<RelativeDateTimeFormatter.RelativeDateTimeUnit>, ISerializable
- Inheritance
-
RelativeDateTimeFormatter.RelativeDateTimeUnit
- Implements
- Inherited Members
- Extension Methods
Constructors
RelativeDateTimeUnit(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 RelativeDateTimeUnit(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DAY
public static RelativeDateTimeFormatter.RelativeDateTimeUnit DAY { get; set; }
Property Value
FRIDAY
public static RelativeDateTimeFormatter.RelativeDateTimeUnit FRIDAY { get; set; }
Property Value
HOUR
public static RelativeDateTimeFormatter.RelativeDateTimeUnit 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.RelativeDateTimeUnit MINUTE { get; set; }
Property Value
MONDAY
public static RelativeDateTimeFormatter.RelativeDateTimeUnit MONDAY { get; set; }
Property Value
MONTH
public static RelativeDateTimeFormatter.RelativeDateTimeUnit MONTH { get; set; }
Property Value
QUARTER
public static RelativeDateTimeFormatter.RelativeDateTimeUnit QUARTER { get; set; }
Property Value
SATURDAY
public static RelativeDateTimeFormatter.RelativeDateTimeUnit SATURDAY { get; set; }
Property Value
SECOND
public static RelativeDateTimeFormatter.RelativeDateTimeUnit SECOND { get; set; }
Property Value
SUNDAY
public static RelativeDateTimeFormatter.RelativeDateTimeUnit SUNDAY { get; set; }
Property Value
THURSDAY
public static RelativeDateTimeFormatter.RelativeDateTimeUnit THURSDAY { get; set; }
Property Value
TUESDAY
public static RelativeDateTimeFormatter.RelativeDateTimeUnit TUESDAY { get; set; }
Property Value
WEDNESDAY
public static RelativeDateTimeFormatter.RelativeDateTimeUnit WEDNESDAY { get; set; }
Property Value
WEEK
public static RelativeDateTimeFormatter.RelativeDateTimeUnit WEEK { get; set; }
Property Value
YEAR
public static RelativeDateTimeFormatter.RelativeDateTimeUnit YEAR { get; set; }
Property Value
Methods
ValueOf(String)
public static RelativeDateTimeFormatter.RelativeDateTimeUnit ValueOf(String arg0)
Parameters
Returns
Values()
public static RelativeDateTimeFormatter.RelativeDateTimeUnit[] Values()