System::TimeSpan::Parse メソッド
コンテンツ
[
隠れる
]TimeSpan::Parse(const String&) method
文字列を同等の TimeSpan オブジェクトに変換します。
static TimeSpan System::TimeSpan::Parse(const String &input)
| パラメーター | 型 | 説明 |
|---|---|---|
| 入力 | const String& | 入力文字列。 |
ReturnValue
文字列に対応する時間間隔。
参照
- Class TimeSpan
- Class String
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::Parse(const String&, const SharedPtr<Globalization::CultureInfo>&) method
static TimeSpan System::TimeSpan::Parse(const String &input, const SharedPtr<Globalization::CultureInfo> &culture)
参照
- Class TimeSpan
- Class String
- Typedef SharedPtr
- Class CultureInfo
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::Parse(const String&, const SharedPtr<Globalization::DateTimeFormatInfo>&) method
static TimeSpan System::TimeSpan::Parse(const String &input, const SharedPtr<Globalization::DateTimeFormatInfo> &dtfi)
参照
- Class TimeSpan
- Class String
- Typedef SharedPtr
- Class DateTimeFormatInfo
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::Parse(const String&, const SharedPtr<IFormatProvider>&) method
指定された書式プロバイダーを使用して、文字列を同等の TimeSpan オブジェクトに変換します。
static TimeSpan System::TimeSpan::Parse(const String &input, const SharedPtr<IFormatProvider> &provider)
| パラメーター | 型 | 説明 |
|---|---|---|
| 入力 | const String& | 入力文字列。 |
| プロバイダー | const SharedPtr<IFormatProvider>& | カルチャ固有の書式情報を提供する書式プロバイダー。 |
ReturnValue
文字列に対応する時間間隔。
参照
- Class TimeSpan
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::Parse(const String&, std::nullptr_t) method
static TimeSpan System::TimeSpan::Parse(const String &input, std::nullptr_t)
参照
- Class TimeSpan
- Class String
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++