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++