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