Class DateFormat
- Namespace
- IO.Scanbot.Sdk.Util
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class DateFormat : Enum
- Inheritance
-
DateFormat
Properties
public static DateFormat Date { get; }
Property Value
- DateFormat
public static DateFormat DateShort { get; }
Property Value
- DateFormat
public string DefaultPattern { get; }
Property Value
- string
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
public static DateFormat ThisWeek { get; }
Property Value
- DateFormat
public static DateFormat ThisWeekShort { get; }
Property Value
- DateFormat
public static DateFormat Time { get; }
Property Value
- DateFormat
public static DateFormat Year { get; }
Property Value
- DateFormat
Methods
public static DateFormat ValueOf(string value)
Parameters
value
string
Returns
- DateFormat
public static DateFormat[] Values()
Returns
- DateFormat[]