Aspose::Pdf::Artifacts::Pagination::PageDate class

PageDate class

Represents a date format composed of day, month, and year components.

class PageDate : public System::Object

Nested classes

Methods

MethodDescription
get_Day() constGets the day component of the date. The format of the date will be updated based on this component.
get_Delimiter() constGets the delimiter used in the date format. The format of the date will be updated based on this delimiter.
get_Month() constGets the month component of the date. The format of the date will be updated based on this component.
get_Year() constGets 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