RangeParameterEditorOptions.RegisterTimeRange Method
| Name | Parameters | Description |
|---|---|---|
| RegisterTimeRange(String, Func<TimeOnly>, Func<TimeOnly>, SvgImage) static | name, getStart, getEnd, image | Appends an item to the list of predefined time ranges with a custom icon. |
| RegisterTimeRange(String, Func<TimeOnly>, Func<TimeOnly>) static | name, getStart, getEnd | Appends an item to the list of predefined time ranges with a default icon. |