FDateSelectionController<T> constructor

FDateSelectionController<T>(
  1. T _value
)

Creates a FDateSelectionController with the given initial value.

Implementation

FDateSelectionController(super._value);