Show / Hide Table of Contents

Class DateTimeFormatDto

Inheritance
System.Object
DateTimeFormatDto
Namespace: Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class DateTimeFormatDto : object

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

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft