[]
Represents the decode parameters.
public class GeneralFormatter.FpseDecodeParameters
Public Class GeneralFormatter.FpseDecodeParameters
Name | Description |
---|---|
FpseDecodeParameters(int, int) | Gets or sets decode parameters. |
Name | Description |
---|---|
DateFormatOrder | Gets or sets order format of date. |
DateParts | Gets or sets date parts. |
DatePartsAllowed | Gets or sets number of date parts allowed. |
DatePartsCount | Gets or sets number of date parts. |
DateSeparator | Gets or sets the date separator. |
DateSeparatorCount | Gets or sets number of date separators. |
DateSeparatorsCount | Gets or sets date separators. |
IsAM | Gets or sets whether time is AM. |
IsPM | Gets or sets whether time is PM. |
IsPendingNumber | Gets or sets whether number pending. |
MonthPartIndex | Gets or sets number of month part. |
PendingNumberValue | Gets or sets pending number value. |
SymbolPrevious | Gets or sets previous symbol. |
TimeAMString | Gets or sets the time AM string. |
TimeFormatOrder | Gets or sets order format of time. |
TimePMString | Gets or sets the time PM string. |
TimeParts | Gets or sets time parts. |
TimePartsAllowed | Gets or sets number of time parts allowed. |
TimePartsCount | Gets or sets number of time parts. |
TimeSeparator | Gets or sets the time separator. |
TimeSeparatorsCount | Gets or sets time separators. |