StiDateTimeType Enumeration |
Enum contain types of using DateTime variable in dialogs.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public enum StiDateTimeType
Public Enumeration StiDateTimeType
Members
| Member name | Value | Description |
---|
| Date | 0 |
Only date.
|
| DateAndTime | 1 |
Date and time.
|
| Time | 2 |
Only time.
|
See Also