DateTime
Overview
DateTime is a class in Aspose.Cells FOSS for C++.
This class provides 9 methods for working with DateTime objects in C++ programs.
Available methods include: DateTime, Equals, GetDay, GetHour, GetMinute, GetMonth, GetSecond, GetTicks, GetYear.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
DateTime() | Calls DateTime on this DateTime instance. |
GetTicks() → std::int64_t | Returns the ticks. |
GetYear() → int | Returns the year. |
GetMonth() → int | Returns the month. |
GetDay() → int | Returns the day. |
GetHour() → int | Returns the hour. |
GetMinute() → int | Returns the minute. |
GetSecond() → int | Returns the second. |
Equals(other: DateTime) → bool | Calls Equals on this DateTime instance. |