Class AbpDatePickerRange
Inheritance
AbpDatePickerRange
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
public class AbpDatePickerRange
Constructors
Declaration
public AbpDatePickerRange()
Declaration
public AbpDatePickerRange(string label, DateTime date)
Parameters
Declaration
public AbpDatePickerRange(string label, DateTime start, DateTime end)
Parameters
Declaration
public AbpDatePickerRange(string label, DateTimeOffset date)
Parameters
Declaration
public AbpDatePickerRange(string label, DateTimeOffset start, DateTimeOffset end)
Parameters
Declaration
public AbpDatePickerRange(string label, string date)
Parameters
Declaration
public AbpDatePickerRange(string label, string start, string end)
Parameters
Properties
Declaration
public IReadOnlyList<string> Dates { get; }
Property Value
Declaration
public string Label { get; set; }
Property Value
Methods
Declaration
public void AddDate(DateTime date)
Parameters
Declaration
public void AddDate(DateTimeOffset date)
Parameters
Declaration
public void AddDate(DateTimeOffset? date)
Parameters
Declaration
public void AddDate(DateTime? date)
Parameters
Declaration
public void AddDate(string date)
Parameters
| Type |
Name |
Description |
| string |
date |
|
Declaration
public void AddDate(string date, string format)
Parameters
Extension Methods