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

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
ParameterTypeBeschrijving
formaatchar_tStandaard datum‑ en tijdformaat‑specificatie.

Zie ook

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
ParameterTypeBeschrijving
formaatchar_tStandaard datum‑ en tijdformaat‑specificatie.
providerconst SharedPtr<IFormatProvider>&Formatprovider.

Zie ook

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
ParameterTypeBeschrijving
providerconst SharedPtr<IFormatProvider>&Formatprovider.

Zie ook