Table of Contents

Class RelativeDateTimeFormatter.RelativeDateTimeUnit

Namespace
Android.Icu.Text
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DAY

public static RelativeDateTimeFormatter.RelativeDateTimeUnit DAY { get; set; }

Property Value

RelativeDateTimeFormatter.RelativeDateTimeUnit

FRIDAY

public static RelativeDateTimeFormatter.RelativeDateTimeUnit FRIDAY { get; set; }

Property Value

RelativeDateTimeFormatter.RelativeDateTimeUnit

HOUR

public static RelativeDateTimeFormatter.RelativeDateTimeUnit HOUR { get; set; }

Property Value

RelativeDateTimeFormatter.RelativeDateTimeUnit

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MINUTE

public static RelativeDateTimeFormatter.RelativeDateTimeUnit MINUTE { get; set; }

Property Value

RelativeDateTimeFormatter.RelativeDateTimeUnit

MONDAY

public static RelativeDateTimeFormatter.RelativeDateTimeUnit MONDAY { get; set; }

Property Value

RelativeDateTimeFormatter.RelativeDateTimeUnit

MONTH

public static RelativeDateTimeFormatter.RelativeDateTimeUnit MONTH { get; set; }

Property Value

RelativeDateTimeFormatter.RelativeDateTimeUnit

QUARTER

public static RelativeDateTimeFormatter.RelativeDateTimeUnit QUARTER { get; set; }

Property Value

RelativeDateTimeFormatter.RelativeDateTimeUnit

SATURDAY

public static RelativeDateTimeFormatter.RelativeDateTimeUnit SATURDAY { get; set; }

Property Value

RelativeDateTimeFormatter.RelativeDateTimeUnit

SECOND

public static RelativeDateTimeFormatter.RelativeDateTimeUnit SECOND { get; set; }

Property Value

RelativeDateTimeFormatter.RelativeDateTimeUnit

SUNDAY

public static RelativeDateTimeFormatter.RelativeDateTimeUnit SUNDAY { get; set; }

Property Value

RelativeDateTimeFormatter.RelativeDateTimeUnit

THURSDAY

public static RelativeDateTimeFormatter.RelativeDateTimeUnit THURSDAY { get; set; }

Property Value

RelativeDateTimeFormatter.RelativeDateTimeUnit

TUESDAY

public static RelativeDateTimeFormatter.RelativeDateTimeUnit TUESDAY { get; set; }

Property Value

RelativeDateTimeFormatter.RelativeDateTimeUnit

WEDNESDAY

public static RelativeDateTimeFormatter.RelativeDateTimeUnit WEDNESDAY { get; set; }

Property Value

RelativeDateTimeFormatter.RelativeDateTimeUnit

WEEK

public static RelativeDateTimeFormatter.RelativeDateTimeUnit WEEK { get; set; }

Property Value

RelativeDateTimeFormatter.RelativeDateTimeUnit

YEAR

public static RelativeDateTimeFormatter.RelativeDateTimeUnit YEAR { get; set; }

Property Value

RelativeDateTimeFormatter.RelativeDateTimeUnit

Methods

ValueOf(String)

public static RelativeDateTimeFormatter.RelativeDateTimeUnit ValueOf(String arg0)

Parameters

arg0 String

String

Returns

RelativeDateTimeFormatter.RelativeDateTimeUnit

RelativeDateTimeFormatter.RelativeDateTimeUnit

Values()

public static RelativeDateTimeFormatter.RelativeDateTimeUnit[] Values()

Returns

RelativeDateTimeUnit[]

RelativeDateTimeFormatter.RelativeDateTimeUnit