Table of Contents

Class DateFormat

Namespace
IO.Scanbot.Sdk.Util
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/util/DateFormat", DoNotGenerateAcw = true)]
public sealed class DateFormat : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
DateFormat
Implements
Inherited Members

Properties

Date

[Register("DATE")]
public static DateFormat Date { get; }

Property Value

DateFormat

DateShort

[Register("DATE_SHORT")]
public static DateFormat DateShort { get; }

Property Value

DateFormat

DefaultPattern

public string DefaultPattern { get; }

Property Value

string

ThisWeek

[Register("THIS_WEEK")]
public static DateFormat ThisWeek { get; }

Property Value

DateFormat

ThisWeekShort

[Register("THIS_WEEK_SHORT")]
public static DateFormat ThisWeekShort { get; }

Property Value

DateFormat

Time

[Register("TIME")]
public static DateFormat Time { get; }

Property Value

DateFormat

Year

[Register("YEAR")]
public static DateFormat Year { get; }

Property Value

DateFormat

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/util/DateFormat;", "")]
public static DateFormat ValueOf(string value)

Parameters

value string

Returns

DateFormat

Values()

[Register("values", "()[Lio/scanbot/sdk/util/DateFormat;", "")]
public static DateFormat[] Values()

Returns

DateFormat[]