Table of Contents

Class RelativeDateTimeFormatter.Direction

Namespace
Android.Icu.Text
Assembly
MASES.Netdroid.dll
public class RelativeDateTimeFormatter.Direction : Enum<RelativeDateTimeFormatter.Direction>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<RelativeDateTimeFormatter.Direction>>, IComparable<RelativeDateTimeFormatter.Direction>, ISerializable
Inheritance
RelativeDateTimeFormatter.Direction
Implements
Inherited Members
Extension Methods

Constructors

Direction(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 Direction(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

LAST

public static RelativeDateTimeFormatter.Direction LAST { get; set; }

Property Value

RelativeDateTimeFormatter.Direction

LAST_2

public static RelativeDateTimeFormatter.Direction LAST_2 { get; set; }

Property Value

RelativeDateTimeFormatter.Direction

NEXT

public static RelativeDateTimeFormatter.Direction NEXT { get; set; }

Property Value

RelativeDateTimeFormatter.Direction

NEXT_2

public static RelativeDateTimeFormatter.Direction NEXT_2 { get; set; }

Property Value

RelativeDateTimeFormatter.Direction

PLAIN

public static RelativeDateTimeFormatter.Direction PLAIN { get; set; }

Property Value

RelativeDateTimeFormatter.Direction

THIS

public static RelativeDateTimeFormatter.Direction THIS { get; set; }

Property Value

RelativeDateTimeFormatter.Direction

Methods

ValueOf(String)

public static RelativeDateTimeFormatter.Direction ValueOf(String arg0)

Parameters

arg0 String

String

Returns

RelativeDateTimeFormatter.Direction

RelativeDateTimeFormatter.Direction

Values()

public static RelativeDateTimeFormatter.Direction[] Values()

Returns

Direction[]

RelativeDateTimeFormatter.Direction