System::Globalization::DateTimeFormatInfo::GetAllDateTimePatterns 메서드
DateTimeFormatInfo::GetAllDateTimePatterns() const method
날짜 및 시간 값을 형식화할 수 있는 모든 패턴을 가져옵니다.
ArrayPtr<String> System::Globalization::DateTimeFormatInfo::GetAllDateTimePatterns() const
ReturnValue
Array of patterns.
또 보기
- Typedef ArrayPtr
- Class String
- Class DateTimeFormatInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
DateTimeFormatInfo::GetAllDateTimePatterns(char16_t) const method
지정된 형식 문자열을 사용하여 날짜 및 시간 값을 형식화할 수 있는 모든 패턴을 가져옵니다.
ArrayPtr<String> System::Globalization::DateTimeFormatInfo::GetAllDateTimePatterns(char16_t format) const
ReturnValue
Array of patterns.
또 보기
- Typedef ArrayPtr
- Class String
- Class DateTimeFormatInfo
- Namespace System::Globalization
- Library Aspose.Page for C++