GetDateTimeFormats()
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
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
Arguments
Parameter | Type | Description |
---|---|---|
format | char_t | Standard date and time format specifier. |
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
Arguments
Parameter | Type | Description |
---|---|---|
provider | const SharedPtr<IFormatProvider>& | Format provider. |
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
Arguments
Parameter | Type | Description |
---|---|---|
format | char_t | Standard date and time format specifier. |
provider | const SharedPtr<IFormatProvider>& | Format provider. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class String
- Class DateTime
- Class IFormatProvider
- Namespace System
- Library Aspose.Slides