Table of Contents

Class DateFormat

Namespace
IO.Scanbot.Sdk.Util
Assembly
DocumentSDK.NET.Droid.dll
public sealed class DateFormat : Enum
Inheritance
DateFormat

Properties

Date

public static DateFormat Date { get; }

Property Value

DateFormat

DateShort

public static DateFormat DateShort { get; }

Property Value

DateFormat

DefaultPattern

public string DefaultPattern { get; }

Property Value

string

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

ThisWeek

public static DateFormat ThisWeek { get; }

Property Value

DateFormat

ThisWeekShort

public static DateFormat ThisWeekShort { get; }

Property Value

DateFormat

Time

public static DateFormat Time { get; }

Property Value

DateFormat

Year

public static DateFormat Year { get; }

Property Value

DateFormat

Methods

ValueOf(string)

public static DateFormat ValueOf(string value)

Parameters

value string

Returns

DateFormat

Values()

public static DateFormat[] Values()

Returns

DateFormat[]