[]
        
(Showing Draft Content)

C1.Blazor.DataFilter.DateTimeOffsetRangeFilter

DateTimeOffsetRangeFilter Class

Represents a filter of DateTimeOffset values with range slider or editors of range.

Inheritance
DateTimeOffsetRangeFilter
Namespace: C1.Blazor.DataFilter
Assembly: C1.Blazor.DataFilter.dll
Syntax
public class DateTimeOffsetRangeFilter : RangeFilterBase<DateTimeOffset>, INotifyPropertyChanged, IComponent, IDisposable

Constructors

Name Description
DateTimeOffsetRangeFilter()

Initializes a new instance of the DateTimeOffsetRangeFilter class.

Properties

Name Description
Format

Gets or sets the custom DateTimeOffset format string.

Maximum

Gets or sets the maximum value of the range.

Minimum

Gets or sets the minimum value of the range.

Offset

Gets and sets the time difference between the time in the filter's presentation UI and Coordinated Universal Time (UTC).

Placeholder

Gets or sets the placeholder text.