System::Globalization::DateTimeFormatInfo::GetAllDateTimePatterns method
DateTimeFormatInfo::GetAllDateTimePatterns() const method
Gets all patterns in which date and time values can be formatted.
ArrayPtr<String> System::Globalization::DateTimeFormatInfo::GetAllDateTimePatterns() const
ReturnValue
Array of patterns.
See Also
- Typedef ArrayPtr
- Class String
- Class DateTimeFormatInfo
- Namespace System::Globalization
- Library Aspose.PUB for C++
DateTimeFormatInfo::GetAllDateTimePatterns(char16_t) const method
Gets all patterns in which date and time values can be formatted using specified format string.
ArrayPtr<String> System::Globalization::DateTimeFormatInfo::GetAllDateTimePatterns(char16_t format) const
ReturnValue
Array of patterns.
See Also
- Typedef ArrayPtr
- Class String
- Class DateTimeFormatInfo
- Namespace System::Globalization
- Library Aspose.PUB for C++