Liquid XML Runtime for .Net - - XmlDateTimeSpan
In This Topic
This feature has been superseded by Liquid XML Objects.
(The original functionality is still included in the product) |
Use Liquid XML Objects |
- XmlDateTimeSpan Class
A primitive type to a represent a duration as defined by the XML w3c
|
|
Members |
Description |
|
|
|
Clone |
Makes a copy of the - XmlDateTimeSpan |
|
|
|
Equals |
Compares this - XmlDateTimeSpan with another |
|
|
|
Negate |
Toggles the sign on the timespan |
|
|
|
ParseXSDDuration |
Populates this - XmlDateTimeSpan with the value specified as a valid XML duration ([-]P[nY][nM][nD][T[nH][nM][nS.ff]]). |
|
|
|
SetDateTimeSpan |
Populates this - XmlDateTimeSpan. |
|
|
|
ToString |
Returns a std::string representation of this - XmlDateTimeSpan ([-]P[nY][nM][nD][T[nH][nM][nS.ff]]). |
|
|
|
- XmlDateTimeSpan |
Constructor for - XmlDateTimeSpan |
|
|
|
operator< |
Compares this - XmlDateTimeSpan with another - XmlDateTimeSpan |
|
|
|
operator> |
Compares this - XmlDateTimeSpan with another - XmlDateTimeSpan |
|
|
|
operator<= |
Compares this - XmlDateTimeSpan with another - XmlDateTimeSpan |
|
|
|
operator>= |
Compares this - XmlDateTimeSpan with another - XmlDateTimeSpan |
|
|
|
IsNegative |
Gets the current time spans sign |
|
|
|
Days |
Get/Sets the number of Days in the timespan |
|
|
|
Hours |
Get/Sets the number of Hours in the timespan |
|
|
|
IsNegative |
Indicates if the current time span as a negative |
|
|
|
MicroSeconds |
Get/Sets the number of Micro Seconds in the timespan |
|
|
|
MilliSeconds |
Get/Sets the number of Milli Seconds in the timespan |
|
|
|
Minutes |
Get/Sets the number of Minutes in the timespan |
|
|
|
Months |
Get/Sets the number of Months in the timespan |
|
|
|
NanoSeconds |
Get/Sets the number of Nano Seconds in the timespan |
|
|
|
Seconds |
Get/Sets the number of Seconds in the timespan |
|
|
|
Years |
Get/Sets the number of Years in the timespan |
|