DateTime
DateTime
Overview
DateTime 是 C++ 的 FOSS 中的 Aspose.Cells 类.
本类提供了9种方法,用于在C++程序中与DateTime对象工作. 有的方法包括: DateTime, Equals, GetDay, GetHour, GetMinute, GetMonth, GetSecond, GetTicks, GetYear. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
Methods
| Signature | Description |
|---|---|
DateTime() | 在这个 DateTime 实例中调用DateTime. |
GetTicks() → std::int64_t | 返回. |
GetYear() → int | 返回一年. |
GetMonth() → int | 返回一个月. |
GetDay() → int | 返回一个日子. |
GetHour() → int | 返回一个小时. |
GetMinute() → int | 返回一分钟. |
GetSecond() → int | 返回第二个. |
Equals(other: DateTime) → bool | 在这个 DateTime 实例中调用 Equals. |