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
[Register("DATE")]
public static DateFormat Date { get; }
Property Value
- DateFormat
[Register("DATE_SHORT")]
public static DateFormat DateShort { get; }
Property Value
- DateFormat
public string DefaultPattern { get; }
Property Value
- string
[Register("THIS_WEEK")]
public static DateFormat ThisWeek { get; }
Property Value
- DateFormat
[Register("THIS_WEEK_SHORT")]
public static DateFormat ThisWeekShort { get; }
Property Value
- DateFormat
[Register("TIME")]
public static DateFormat Time { get; }
Property Value
- DateFormat
[Register("YEAR")]
public static DateFormat Year { get; }
Property Value
- DateFormat
Methods
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/util/DateFormat;", "")]
public static DateFormat ValueOf(string value)
Parameters
value
string
Returns
- DateFormat
[Register("values", "()[Lio/scanbot/sdk/util/DateFormat;", "")]
public static DateFormat[] Values()
Returns
- DateFormat[]