System::Xml::XmlConvert::ToDateTime method
Contents
[
Hide
]XmlConvert::ToDateTime(const String&) method
Converts the String to a DateTime equivalent.
static DateTime System::Xml::XmlConvert::ToDateTime(const String &s)
Parameter | Type | Description |
---|---|---|
s | const String& | The string to convert. |
ReturnValue
A DateTime equivalent of the string.
See Also
- Class DateTime
- Class String
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.TeX for C++
XmlConvert::ToDateTime(const String&, const ArrayPtr<String>&) method
Converts the String to a DateTime equivalent.
static DateTime System::Xml::XmlConvert::ToDateTime(const String &s, const ArrayPtr<String> &formats)
Parameter | Type | Description |
---|---|---|
s | const String& | The string to convert. |
formats | const ArrayPtr<String>& | An array containing the format structures to apply to the converted DateTime. Valid formats include “yyyy-MM-ddTHH:mm:sszzzzzz” and its subsets. |
ReturnValue
A DateTime equivalent of the string.
See Also
- Class DateTime
- Class String
- Typedef ArrayPtr
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.TeX for C++
XmlConvert::ToDateTime(const String&, const String&) method
Converts the String to a DateTime equivalent.
static DateTime System::Xml::XmlConvert::ToDateTime(const String &s, const String &format)
Parameter | Type | Description |
---|---|---|
s | const String& | The string to convert. |
format | const String& | The format structure to apply to the converted DateTime. Valid formats include “yyyy-MM-ddTHH:mm:sszzzzzz” and its subsets. The string is validated against this format. |
ReturnValue
A DateTime equivalent of the string.
See Also
- Class DateTime
- Class String
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.TeX for C++
XmlConvert::ToDateTime(const String&, XmlDateTimeSerializationMode) method
Converts the String to a DateTime using the XmlDateTimeSerializationMode specified.
static DateTime System::Xml::XmlConvert::ToDateTime(const String &s, XmlDateTimeSerializationMode dateTimeOption)
Parameter | Type | Description |
---|---|---|
s | const String& | The String value to convert. |
dateTimeOption | XmlDateTimeSerializationMode | One of the enumeration values that specify whether the date should be converted to local time or preserved as Coordinated Universal Time (UTC), if it is a UTC date. |
ReturnValue
A DateTime equivalent of the String.
See Also
- Class DateTime
- Class String
- Enum XmlDateTimeSerializationMode
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.TeX for C++