Class DateTimeFormatDto
Inheritance
DateTimeFormatDto
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
public class DateTimeFormatDto
Constructors
Declaration
public DateTimeFormatDto()
Properties
Declaration
public string CalendarAlgorithmType { get; set; }
Property Value
Declaration
public string DateSeparator { get; set; }
Property Value
Declaration
public string DateTimeFormatLong { get; set; }
Property Value
Declaration
public string FullDateTimePattern { get; set; }
Property Value
Declaration
public string LongTimePattern { get; set; }
Property Value
Declaration
public string ShortDatePattern { get; set; }
Property Value
Declaration
public string ShortTimePattern { get; set; }
Property Value
Extension Methods