System::Xml::XmlConvert::ToDateTimeOffset method
Contents
[
Hide
]XmlConvert::ToDateTimeOffset(const String&) method
Converts the supplied String to a DateTimeOffset equivalent.
static DateTimeOffset System::Xml::XmlConvert::ToDateTimeOffset(const String &s)
Parameter | Type | Description |
---|---|---|
s | const String& | The string to convert. The string must conform to a subset of the W3C Recommendation for the XML dateTime type. For more information, see the dateTime section of the XML Schema specification. |
ReturnValue
The DateTimeOffset equivalent of the supplied string.
See Also
- Class DateTimeOffset
- Class String
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.TeX for C++
XmlConvert::ToDateTimeOffset(const String&, const ArrayPtr<String>&) method
Converts the supplied String to a DateTimeOffset equivalent.
static DateTimeOffset System::Xml::XmlConvert::ToDateTimeOffset(const String &s, const ArrayPtr<String> &formats)
Parameter | Type | Description |
---|---|---|
s | const String& | The string to convert. |
formats | const ArrayPtr<String>& | An array of formats from which s can be converted. Each format in formats can be any subset of the W3C Recommendation for the XML dateTime type. For more information, see the dateTime section of the XML Schema specification. The string s is validated against one of these formats. |
ReturnValue
The DateTimeOffset equivalent of the supplied string.
See Also
- Class DateTimeOffset
- Class String
- Typedef ArrayPtr
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.TeX for C++
XmlConvert::ToDateTimeOffset(const String&, const String&) method
Converts the supplied String to a DateTimeOffset equivalent.
static DateTimeOffset System::Xml::XmlConvert::ToDateTimeOffset(const String &s, const String &format)
Parameter | Type | Description |
---|---|---|
s | const String& | The string to convert. |
format | const String& | The format from which s is converted. The format parameter can be any subset of the W3C Recommendation for the XML dateTime type. For more information, see the dateTime section of the XML Schema specification. The string s is validated against this format. |
ReturnValue
The DateTimeOffset equivalent of the supplied string.
See Also
- Class DateTimeOffset
- Class String
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.TeX for C++