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

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