Class AbpDatePickerRange
Inherited Members
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 |