Builder

Using builders simplifies the initialization of complex parameters.

Operating principle

The functions offer the possibility of initializing individual values. Parameter-specific methods are provided for this purpose, such as methods for creating a calendar:

Builder 1:

The benefits are:

See also:

Examples