GetAllDateTimePatterns()

DateTimeFormatInfo::GetAllDateTimePatterns() const method

Gets all patterns in which date and time values can be formatted.

ArrayPtr<String> System::Globalization::DateTimeFormatInfo::GetAllDateTimePatterns() const

Return Value

Array of patterns.

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

Return Value

Array of patterns.

See Also