[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Converts the specified value to the time interval. [Property] Input=Sets a string that specifies the time interval to convert. ARG(string)|2| Format=Sets a standard or custom format string that defines the required format of input. ARG(string)|2| FormatProvider=Sets the provider to use to format the value. ARG(IFormatProvider)|20|(empty)|FormatProvider TimeSpanStyles=Sets a bitwise combination of enumeration values that defines the style elements that may be present in input. ARG(TimeSpanStyles)|21|0|None,AssumeNegative [Methods] *doFromDays=Returns a TimeSpan that represents a specified number of days, where the specification is accurate to the nearest millisecond. ARG(double value)|1|0 *doFromHours=Returns a TimeSpan that represents a specified number of hours, where the specification is accurate to the nearest millisecond. ARG(double value)|1|0 *doFromMilliseconds=Returns a TimeSpan that represents a specified number of milliseconds. ARG(double value)|1|0 *doFromMinutes=Returns a TimeSpan that represents a specified number of minutes, where the specification is accurate to the nearest millisecond. ARG(double value)|1|0 *doFromSeconds=Returns a TimeSpan that represents a specified number of seconds, where the specification is accurate to the nearest millisecond. ARG(double value)|1|0 *doFromTicks=Returns a TimeSpan that represents a specified time, where the specification is in units of ticks. ARG(long ticks)|1|0 doParse=Converts the string representation of a time interval to its TimeSpan equivalent. ARG(string input)|1|0 *doParse2=Converts the string representation of a time interval to its TimeSpan equivalent by using the specified culture-specific format information. ARG(string input, IFormatProvider formatProvider)|1|0 *doParseExact=Converts the string representation of a time interval to its TimeSpan equivalent by using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly. ARG(string input, string format, IFormatProvider formatProvider)|1|0 *doParseExact2=Converts the string representation of a time interval to its TimeSpan equivalent by using the specified array of format strings and culture-specific format information. The format of the string representation must match one of the specified formats exactly. ARG(string input, string[] formats, IFormatProvider formatProvider)|1|0 *doParseExact3=Converts the string representation of a time interval to its TimeSpan equivalent by using the specified format, culture-specific format information, and styles. The format of the string representation must match the specified format exactly. ARG(string input, string format, IFormatProvider formatProvider, TimeSpanStyles styles)|1|0 *doParseExact4=Converts the string representation of a time interval to its TimeSpan equivalent by using the specified formats, culture-specific format information, and styles. The format of the string representation must match one of the specified formats exactly. ARG(string input, string[] formats, IFormatProvider formatProvider, TimeSpanStyles styles)|1|0 *doTryParse=Converts the string representation of a time interval to its TimeSpan equivalent and returns a value that indicates whether the conversion succeeded. ARG(string input)|1|0 *doTryParse2=Converts the string representation of a time interval to its TimeSpan equivalent by using the specified culture-specific formatting information, and returns a value that indicates whether the conversion succeeded. ARG(string input, IFormatProvider formatProvider)|1|0 *doTryParseExact=Converts the string representation of a time interval to its TimeSpan equivalent by using the specified format and culture-specific format information, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match the specified format exactly. ARG(string input, string format, IFormatProvider formatProvider)|1|0 *doTryParseExact2=Converts the specified string representation of a time interval to its TimeSpan equivalent by using the specified formats and culture-specific format information, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match one of the specified formats exactly. ARG(string input, string[] formats, IFormatProvider formatProvider)|1|0 *doTryParseExact3=Converts the string representation of a time interval to its TimeSpan equivalent by using the specified format, culture-specific format information, and styles, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match the specified format exactly. ARG(string input, string format, IFormatProvider formatProvider, TimeSpanStyles styles)|1|0 *doTryParseExact4=Converts the specified string representation of a time interval to its TimeSpan equivalent by using the specified formats, culture-specific format information, and styles, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match one of the specified formats exactly. ARG(string input, string[] formats, IFormatProvider formatProvider, TimeSpanStyles styles)|1|0 *onFromDays=Occurs after invoke the method doFromDays and returns the result. ARG(TimeSpan)|2|0 *onFromHours=Occurs after invoke the method doFromHours and returns the result. ARG(TimeSpan)|2|0 *onFromMilliseconds=Occurs after invoke the method doFromMilliseconds and returns the result. ARG(TimeSpan)|2|0 *onFromMinutes=Occurs after invoke the method doFromMinutes and returns the result. ARG(TimeSpan)|2|0 *onFromSeconds=Occurs after invoke the method doFromSeconds and returns the result. ARG(TimeSpan)|2|0 *onFromTicks=Occurs after invoke the method doFromTicks and returns the result. ARG(TimeSpan)|2|0 onParse=Occurs after invoke the method doParse and returns the result. ARG(TimeSpan)|2|0 *onParseExact=Occurs after invoke the method doParseExact and returns the result. ARG(TimeSpan)|2|0 *onTryParse=Occurs after invoke the method doTryParse and returns the result. ARG(bool)|2|104 *onTryParseExact=Occurs after invoke the method doTryParseExact and returns the result. ARG(bool)|2|104 TimeSpan=Returns the TimeSpan structure. ARG(TimeSpan)|3|0 *format=Defines a standard or custom format string that defines the required format of input. ARG(string)|4|2 *formatProvider=Defines an object that supplies culture-specific formatting information. ARG(IFormatProvider)|4|0 *formats=Defines a array of standard or custom format strings that defines the required format of input. ARG(string[])|4|13 Input=Defines a string that specifies the time interval to convert. ARG(string)|4|2 *value=Defines a value that specifies the time interval to convert. ARG(double)|4|0