System::DateTime::SpecifyKind method
Contents
[
Hide
]DateTime::SpecifyKind method
Constructs a new DateTime object that represents the same number of ticks as the specified DateTime object and represents local time, UTC time or neither as specified by the argument kind.
static DateTime System::DateTime::SpecifyKind(DateTime value, DateTimeKind kind)
Parameter | Type | Description |
---|---|---|
value | DateTime | The DateTime object to copy the number of ticks from |
kind | DateTimeKind | Specifies if the new object should represent local time, UTC time or neither. |
ReturnValue
A new DateTime object that represents the same number of ticks as value and DateTimeKind value specified by kind.
See Also
- Class DateTime
- Enum DateTimeKind
- Class DateTime
- Namespace System
- Library Aspose.PDF for C++