Aspose::Pdf::Artifacts::Pagination::PageDate class
Contents
[
Hide
]PageDate class
Represents a date format composed of day, month, and year components.
class PageDate : public System::Object
Nested classes
- Class DayComponent
- Class MonthComponent
- Class YearComponent
Methods
Method | Description |
---|---|
get_Day() const | Gets the day component of the date. The format of the date will be updated based on this component. |
get_Delimiter() const | Gets the delimiter used in the date format. The format of the date will be updated based on this delimiter. |
get_Month() const | Gets the month component of the date. The format of the date will be updated based on this component. |
get_Year() const | Gets the year component of the date. The format of the date will be updated based on this component. |
GetFormattedDate() | Returns the formatted date string based on the current date format. |
set_Day(System::SharedPtr<PageDate::DayComponent>) | Sets the day component of the date. The format of the date will be updated based on this component. |
set_Delimiter(System::String) | Sets the delimiter used in the date format. The format of the date will be updated based on this delimiter. |
set_Month(System::SharedPtr<PageDate::MonthComponent>) | Sets the month component of the date. The format of the date will be updated based on this component. |
set_Year(System::SharedPtr<PageDate::YearComponent>) | Sets the year component of the date. The format of the date will be updated based on this component. |
See Also
- Class Object
- Namespace Aspose::Pdf::Artifacts::Pagination
- Library Aspose.PDF for C++