'Declaration Public Enum ParameterType Inherits System.Enum
public enum ParameterType : System.Enum
'Declaration Public Enum ParameterType Inherits System.Enum
public enum ParameterType : System.Enum
Member | 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). |
System.Object
System.ValueType
System.Enum
C1.Win.Document.ParameterType