Table of Contents

Class Time

Namespace
Android.Text.Format
Assembly
MASES.Netdroid.dll
[Obsolete]
public class Time : JVMBridgeBase<Time>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Time>
Time
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Time>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Time>.IsAssignableFrom<T>()
JVMBridgeBase<Time>.Execute<T>(params T[])
JVMBridgeBase<Time>.DynBridgeClazz
JVMBridgeBase<Time>.BridgeClazz
JVMBridgeBase.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.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Time()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Time()

Time(Time)

[Obsolete]
public Time(Time arg0)

Parameters

arg0 Time

Time

Time(String)

[Obsolete]
public Time(String arg0)

Parameters

arg0 String

String

Time(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 Time(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

EPOCH_JULIAN_DAY

[Obsolete]
public static int EPOCH_JULIAN_DAY { get; }

Property Value

int

FRIDAY

[Obsolete]
public static int FRIDAY { get; }

Property Value

int

HOUR

[Obsolete]
public static int HOUR { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MINUTE

[Obsolete]
public static int MINUTE { get; }

Property Value

int

MONDAY

[Obsolete]
public static int MONDAY { get; }

Property Value

int

MONDAY_BEFORE_JULIAN_EPOCH

[Obsolete]
public static int MONDAY_BEFORE_JULIAN_EPOCH { get; }

Property Value

int

MONTH

[Obsolete]
public static int MONTH { get; }

Property Value

int

MONTH_DAY

[Obsolete]
public static int MONTH_DAY { get; }

Property Value

int

SATURDAY

[Obsolete]
public static int SATURDAY { get; }

Property Value

int

SECOND

[Obsolete]
public static int SECOND { get; }

Property Value

int

SUNDAY

[Obsolete]
public static int SUNDAY { get; }

Property Value

int

THURSDAY

[Obsolete]
public static int THURSDAY { get; }

Property Value

int

TIMEZONE_UTC

[Obsolete]
public static String TIMEZONE_UTC { get; }

Property Value

String

TUESDAY

[Obsolete]
public static int TUESDAY { get; }

Property Value

int

WEDNESDAY

[Obsolete]
public static int WEDNESDAY { get; }

Property Value

int

WEEK_DAY

[Obsolete]
public static int WEEK_DAY { get; }

Property Value

int

WEEK_NUM

[Obsolete]
public static int WEEK_NUM { get; }

Property Value

int

YEAR

[Obsolete]
public static int YEAR { get; }

Property Value

int

YEAR_DAY

[Obsolete]
public static int YEAR_DAY { get; }

Property Value

int

allDay

[Obsolete]
public bool allDay { get; set; }

Property Value

bool

gmtoff

[Obsolete]
public long gmtoff { get; set; }

Property Value

long

hour

[Obsolete]
public int hour { get; set; }

Property Value

int

isDst

[Obsolete]
public int isDst { get; set; }

Property Value

int

minute

[Obsolete]
public int minute { get; set; }

Property Value

int

month

[Obsolete]
public int month { get; set; }

Property Value

int

monthDay

[Obsolete]
public int monthDay { get; set; }

Property Value

int

second

[Obsolete]
public int second { get; set; }

Property Value

int

timezone

[Obsolete]
public String timezone { get; set; }

Property Value

String

weekDay

[Obsolete]
public int weekDay { get; set; }

Property Value

int

year

[Obsolete]
public int year { get; set; }

Property Value

int

yearDay

[Obsolete]
public int yearDay { get; set; }

Property Value

int

Methods

After(Time)

[Obsolete]
public bool After(Time arg0)

Parameters

arg0 Time

Time

Returns

bool

bool

Before(Time)

[Obsolete]
public bool Before(Time arg0)

Parameters

arg0 Time

Time

Returns

bool

bool

Clear(String)

[Obsolete]
public void Clear(String arg0)

Parameters

arg0 String

String

Compare(Time, Time)

[Obsolete]
public static int Compare(Time arg0, Time arg1)

Parameters

arg0 Time

Time

arg1 Time

Time

Returns

int

int

Format(String)

[Obsolete]
public String Format(String arg0)

Parameters

arg0 String

String

Returns

String

String

Format2445()

[Obsolete]
public String Format2445()

Returns

String

String

Format3339(bool)

[Obsolete]
public String Format3339(bool arg0)

Parameters

arg0 bool

bool

Returns

String

String

GetActualMaximum(int)

[Obsolete]
public int GetActualMaximum(int arg0)

Parameters

arg0 int

int

Returns

int

int

GetCurrentTimezone()

[Obsolete]
public static String GetCurrentTimezone()

Returns

String

String

GetJulianDay(long, long)

[Obsolete]
public static int GetJulianDay(long arg0, long arg1)

Parameters

arg0 long

long

arg1 long

long

Returns

int

int

GetJulianMondayFromWeeksSinceEpoch(int)

[Obsolete]
public static int GetJulianMondayFromWeeksSinceEpoch(int arg0)

Parameters

arg0 int

int

Returns

int

int

GetWeekNumber()

[Obsolete]
public int GetWeekNumber()

Returns

int

int

GetWeeksSinceEpochFromJulianDay(int, int)

[Obsolete]
public static int GetWeeksSinceEpochFromJulianDay(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

int

int

IsEpoch(Time)

[Obsolete]
public static bool IsEpoch(Time arg0)

Parameters

arg0 Time

Time

Returns

bool

bool

Normalize(bool)

[Obsolete]
public long Normalize(bool arg0)

Parameters

arg0 bool

bool

Returns

long

long

Parse(String)

[Obsolete]
public bool Parse(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

Parse3339(String)

[Obsolete]
public bool Parse3339(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

Set(Time)

[Obsolete]
public void Set(Time arg0)

Parameters

arg0 Time

Time

Set(int, int, int)

[Obsolete]
public void Set(int arg0, int arg1, int arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

Set(int, int, int, int, int, int)

[Obsolete]
public void Set(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int

int

arg5 int

int

Set(long)

[Obsolete]
public void Set(long arg0)

Parameters

arg0 long

long

SetJulianDay(int)

[Obsolete]
public long SetJulianDay(int arg0)

Parameters

arg0 int

int

Returns

long

long

SetToNow()

[Obsolete]
public void SetToNow()

SwitchTimezone(String)

[Obsolete]
public void SwitchTimezone(String arg0)

Parameters

arg0 String

String

ToMillis(bool)

[Obsolete]
public long ToMillis(bool arg0)

Parameters

arg0 bool

bool

Returns

long

long