System::Globalization::DateTimeFormatInfo::GetFormat method
DateTimeFormatInfo::GetFormat method
Gets formatter of specific type.
SharedPtr<Object> System::Globalization::DateTimeFormatInfo::GetFormat(const TypeInfo &format_type) override
Parameter | Type | Description |
---|---|---|
format_type | const TypeInfo& | Type of formatter to get; only DateTimeFormatInfo type is supported. |
ReturnValue
Formatter or null if not availsable.
See Also
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class DateTimeFormatInfo
- Namespace System::Globalization
- Library Aspose.PUB for C++