Class DateTimeFormatDto
Inheritance
System.Object
DateTimeFormatDto
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
public class DateTimeFormatDto : object
Properties
Declaration
public string CalendarAlgorithmType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DateSeparator { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DateTimeFormatLong { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FullDateTimePattern { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string LongTimePattern { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ShortDatePattern { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ShortTimePattern { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods