System::DateTimeKind enum
DateTimeKind enum
Enumeration values of which represent the kinds of date and time.
enum class DateTimeKind
Values
Name | Value | Description |
---|---|---|
Unspecified | 0 | Unspecified kind. |
Utc | 1 | UTC time. |
Local | 2 | Local time. |
See Also
- Namespace System
- Library Aspose.PDF for C++