[]
Specifies the type of a value (e.g. in a DataType).
public enum ParameterType
| Name | Description |
|---|---|
| Boolean | The value is Boolean. |
| Date | The value is DateTime, but only dates can be entered (the time part will always be 0:00.00). |
| DateTime | The value is DateTime. |
| Float | The value is float (internally, such parameters are stored and processed as double values). |
| Integer | The value is Integer. |
| String | The value is String. |
| Time | The value is DateTime, but only times can be entered (the date part will always be set to the current date). |