Class DateTimeFormatDto
Inheritance
object
DateTimeFormatDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class DateTimeFormatDto
Constructors
DateTimeFormatDto()
Declaration
public DateTimeFormatDto()
Properties
CalendarAlgorithmType
Declaration
public string CalendarAlgorithmType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DateSeparator
Declaration
public string DateSeparator { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DateTimeFormatLong
Declaration
public string DateTimeFormatLong { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FullDateTimePattern
Declaration
public string FullDateTimePattern { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LongTimePattern
Declaration
public string LongTimePattern { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ShortDatePattern
Declaration
public string ShortDatePattern { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ShortTimePattern
Declaration
public string ShortTimePattern { get; set; }
Property Value
| Type | Description |
|---|---|
| string |