Show / Hide Table of Contents

Class AbpDatePickerRange

Inheritance
object
AbpDatePickerRange
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.UI.Bootstrap.TagHelpers.Form.DatePicker
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpDatePickerRange

Constructors

AbpDatePickerRange()

Declaration
public AbpDatePickerRange()

AbpDatePickerRange(string, DateTime)

Declaration
public AbpDatePickerRange(string label, DateTime date)
Parameters
Type Name Description
string label
DateTime date

AbpDatePickerRange(string, DateTime, DateTime)

Declaration
public AbpDatePickerRange(string label, DateTime start, DateTime end)
Parameters
Type Name Description
string label
DateTime start
DateTime end

AbpDatePickerRange(string, DateTimeOffset)

Declaration
public AbpDatePickerRange(string label, DateTimeOffset date)
Parameters
Type Name Description
string label
DateTimeOffset date

AbpDatePickerRange(string, DateTimeOffset, DateTimeOffset)

Declaration
public AbpDatePickerRange(string label, DateTimeOffset start, DateTimeOffset end)
Parameters
Type Name Description
string label
DateTimeOffset start
DateTimeOffset end

AbpDatePickerRange(string, string)

Declaration
public AbpDatePickerRange(string label, string date)
Parameters
Type Name Description
string label
string date

AbpDatePickerRange(string, string, string)

Declaration
public AbpDatePickerRange(string label, string start, string end)
Parameters
Type Name Description
string label
string start
string end

Properties

Dates

Declaration
public IReadOnlyList<string> Dates { get; }
Property Value
Type Description
IReadOnlyList<string>

Label

Declaration
public string Label { get; set; }
Property Value
Type Description
string

Methods

AddDate(DateTime)

Declaration
public void AddDate(DateTime date)
Parameters
Type Name Description
DateTime date

AddDate(DateTimeOffset)

Declaration
public void AddDate(DateTimeOffset date)
Parameters
Type Name Description
DateTimeOffset date

AddDate(DateTimeOffset?)

Declaration
public void AddDate(DateTimeOffset? date)
Parameters
Type Name Description
DateTimeOffset? date

AddDate(DateTime?)

Declaration
public void AddDate(DateTime? date)
Parameters
Type Name Description
DateTime? date

AddDate(string)

Declaration
public void AddDate(string date)
Parameters
Type Name Description
string date

AddDate(string, string)

Declaration
public void AddDate(string date, string format)
Parameters
Type Name Description
string date
string format

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform