System::DateTimeOffset::ToString メソッド

DateTimeOffset::ToString() const method

現在のオブジェクトを文字列に変換します。

String System::DateTimeOffset::ToString() const

ReturnValue

String representation of the current DateTimeOffset object.

参照

DateTimeOffset::ToString(const SharedPtr<IFormatProvider>&) const method

現在のオブジェクトを、指定された書式プロバイダーを使用して文字列に変換します。

String System::DateTimeOffset::ToString(const SharedPtr<IFormatProvider> &provider) const
パラメーター説明
プロバイダーconst SharedPtr<IFormatProvider>&フォーマットプロバイダー。

ReturnValue

String representation of the current DateTimeOffset object.

参照

DateTimeOffset::ToString(const String&) const method

現在のオブジェクトを、指定された書式を使用して文字列に変換します。

String System::DateTimeOffset::ToString(const String &format) const
パラメーター説明
フォーマットconst String&書式文字列です。

ReturnValue

String representation of the current DateTimeOffset object.

参照

DateTimeOffset::ToString(const String&, const SharedPtr<IFormatProvider>&) const method

現在のオブジェクトを、指定された書式と書式プロバイダーを使用して文字列に変換します。

String System::DateTimeOffset::ToString(const String &format, const SharedPtr<IFormatProvider> &provider) const
パラメーター説明
フォーマットconst String&書式文字列です。
プロバイダーconst SharedPtr<IFormatProvider>&フォーマットプロバイダー。

ReturnValue

String representation of the current DateTimeOffset object.

参照