System::DateTime::GetDateTimeFormats method
Contents
[
Hide
]DateTime::GetDateTimeFormats() const method
Returns array of strings where each element is the string representation of the current object formatted with one of the standard date and time format specifiers.
ArrayPtr<String> System::DateTime::GetDateTimeFormats() const
See Also
- Typedef ArrayPtr
- Class String
- Class DateTime
- Namespace System
- Library Aspose.PDF for C++
DateTime::GetDateTimeFormats(char_t) const method
Returns array of strings where each element is the string representation of the current object formatted with the specified standard date and time format specifier.
ArrayPtr<String> System::DateTime::GetDateTimeFormats(char_t format) const
Parameter | Type | Description |
---|---|---|
format | char_t | Standard date and time format specifier. |
See Also
- Typedef ArrayPtr
- Class String
- Class DateTime
- Namespace System
- Library Aspose.PDF for C++
DateTime::GetDateTimeFormats(char_t, const SharedPtr<IFormatProvider>&) const method
Returns array of strings where each element is the string representation of the current object formatted with the specified standard date and time format specifier and format provider.
ArrayPtr<String> System::DateTime::GetDateTimeFormats(char_t format, const SharedPtr<IFormatProvider> &provider) const
Parameter | Type | Description |
---|---|---|
format | char_t | Standard date and time format specifier. |
provider | const SharedPtr<IFormatProvider>& | Format provider. |
See Also
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class DateTime
- Namespace System
- Library Aspose.PDF for C++
DateTime::GetDateTimeFormats(const SharedPtr<IFormatProvider>&) const method
Returns array of strings where each element is the string representation of the current object formatted with one of the standard date and time format specifiers and the specified format provider.
ArrayPtr<String> System::DateTime::GetDateTimeFormats(const SharedPtr<IFormatProvider> &provider) const
Parameter | Type | Description |
---|---|---|
provider | const SharedPtr<IFormatProvider>& | Format provider. |
See Also
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class DateTime
- Namespace System
- Library Aspose.PDF for C++