System::DateTime::GetDateTimeFormats-methode
DateTime::GetDateTimeFormats() const method
Retourneert een array van strings waarbij elk element de stringrepresentatie van het huidige object is, geformatteerd met een van de standaard datum- en tijdformaat‑specificaties.
ArrayPtr<String> System::DateTime::GetDateTimeFormats() const
Zie ook
- Typedef ArrayPtr
- Class String
- Class DateTime
- Namespace System
- Library Aspose.Page for C++
DateTime::GetDateTimeFormats(char_t) const method
Retourneert een array van strings waarbij elk element de stringrepresentatie van het huidige object is, geformatteerd met de opgegeven standaard datum- en tijdformaat‑specificatie.
ArrayPtr<String> System::DateTime::GetDateTimeFormats(char_t format) const
| Parameter | Type | Beschrijving |
|---|---|---|
| formaat | char_t | Standaard datum‑ en tijdformaat‑specificatie. |
Zie ook
- Typedef ArrayPtr
- Class String
- Class DateTime
- Namespace System
- Library Aspose.Page for C++
DateTime::GetDateTimeFormats(char_t, const SharedPtr<IFormatProvider>&) const method
Retourneert een array van strings waarbij elk element de stringrepresentatie van het huidige object is, geformatteerd met de opgegeven standaard datum- en tijdformaat‑specificatie en formatprovider.
ArrayPtr<String> System::DateTime::GetDateTimeFormats(char_t format, const SharedPtr<IFormatProvider> &provider) const
| Parameter | Type | Beschrijving |
|---|---|---|
| formaat | char_t | Standaard datum‑ en tijdformaat‑specificatie. |
| provider | const SharedPtr<IFormatProvider>& | Formatprovider. |
Zie ook
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class DateTime
- Namespace System
- Library Aspose.Page for C++
DateTime::GetDateTimeFormats(const SharedPtr<IFormatProvider>&) const method
Retourneert een array van strings waarbij elk element de stringrepresentatie van het huidige object is, geformatteerd met een van de standaard datum- en tijdformaat‑specificaties en de opgegeven formatprovider.
ArrayPtr<String> System::DateTime::GetDateTimeFormats(const SharedPtr<IFormatProvider> &provider) const
| Parameter | Type | Beschrijving |
|---|---|---|
| provider | const SharedPtr<IFormatProvider>& | Formatprovider. |
Zie ook
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class DateTime
- Namespace System
- Library Aspose.Page for C++