Represents a fixed range of dates.

Inheritance

constructor

public FixedDateGroup(FixedDateGroupType type, DateTime value)

Returns FixedDateGroup

Gets the exclusive end date of the accepted date range with a of None.

public DateTime End { get; }

Gets the inclusive start date of the accepted date range with a of None.

public DateTime Start { get; }

Gets the type, or precision, of the group.

public FixedDateGroupType Type { get; }

Gets the reference date which determines range of accepted dates.

public DateTime Value { get; }

Determines whether the is equal to the specified object.

public override bool Equals(object obj)

Parameters

  • obj: object

Returns any

Gets the hash code for the .

public override int GetHashCode()

Returns any

GetRange(CalendarType, out DateTime, out DateTime)

Section titled "GetRange(CalendarType, out DateTime, out DateTime)"

Gets the accepted date range based on the specified calendar type.

public void GetRange(CalendarType calendarType, out DateTime start, out DateTime end)

Parameters

  • calendarType: CalendarType
  • start: DateTime
  • end: DateTime

Returns any