[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=TimeSpan Info=Represents a time interval. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the TimeSpan class. ARG(enum)|14|0|Constructor,Constructor2,Constructor3,Constructor4 Days=Sets the days component of the time interval represented by the current TimeSpan structure. ARG(int)|1|0 Hours=Sets the hours component of the time interval represented by the current TimeSpan structure. ARG(int)|1|0 Milliseconds=Sets the milliseconds component of the time interval represented by the current TimeSpan structure. ARG(int)|1|0 Minutes=Sets the minutes component of the time interval represented by the current TimeSpan structure. ARG(int)|1|0 Seconds=Sets the seconds component of the time interval represented by the current TimeSpan structure. ARG(int)|1|0 Ticks=Sets the number of ticks that represent the value of the current TimeSpan structure. ARG(long)|2|0 [Methods] doTimeSpan=Sets the TimeSpan. ARG(TimeSpan value)|1|0 *doConstructor=Initializes a new TimeSpan to the specified number of ticks. ARG(long ticks)|1|0 *doConstructor2=Initializes a new TimeSpan to a specified number of hours, minutes, and seconds. ARG(int hours, int minutes, int seconds)|1|0 *doConstructor3=Initializes a new TimeSpan to a specified number of days, hours, minutes, and seconds. ARG(int days, int hours, int minutes, int seconds)|1|0 *doConstructor4=Initializes a new TimeSpan to a specified number of days, hours, minutes, seconds, and milliseconds. ARG(int days, int hours, int minutes, int seconds, int milliseconds)|1|0 *.Days=Returns the days component of the time interval represented by the current TimeSpan structure. ARG(int)|3|1 *.Hours=Returns the hours component of the time interval represented by the current TimeSpan structure. ARG(int)|3|1 *.Milliseconds=Returns the milliseconds component of the time interval represented by the current TimeSpan structure. ARG(int)|3|1 *.Minutes=Returns the minutes component of the time interval represented by the current TimeSpan structure. ARG(int)|3|1 *.Seconds=Returns the seconds component of the time interval represented by the current TimeSpan structure. ARG(int)|3|1 *.Ticks=Returns the number of ticks that represent the value of the current TimeSpan structure. ARG(long)|3|105 *Duration=Returns a new TimeSpan object whose value is the absolute value of the current TimeSpan object. ARG(TimeSpan)|3|0 *GetHashCode=Returns a hash code for this instance. ARG(int)|3|1 *MaxValue=Represents the maximum TimeSpan value. This field is read-only. ARG(TimeSpan)|3|0 *MinValue=Represents the minimum TimeSpan value. This field is read-only. ARG(TimeSpan)|3|0 *Negate=Returns a new TimeSpan object whose value is the negated value of this instance. ARG(TimeSpan)|3|0 *TicksPerDay=Represents the number of ticks in 1 day. This field is constant. ARG(long)|3|105 *TicksPerHour=Represents the number of ticks in 1 hour. This field is constant. ARG(long)|3|105 *TicksPerMillisecond=Represents the number of ticks in 1 millisecond. This field is constant. ARG(long)|3|105 *TicksPerMinute=Represents the number of ticks in 1 minute. This field is constant. ARG(long)|3|105 *TicksPerSecond=Represents the number of ticks in 1 second. ARG(long)|3|105 *ToString=Converts the value of the current TimeSpan object to its equivalent string representation. ARG(string)|3|2 *TotalDays=Returns the value of the current TimeSpan structure expressed in whole and fractional days. ARG(double)|3|7 *TotalHours=Returns the value of the current TimeSpan structure expressed in whole and fractional hours. ARG(double)|3|7 *TotalMilliseconds=Returns the value of the current TimeSpan structure expressed in whole and fractional milliseconds. ARG(double)|3|7 *TotalMinutes=Returns the value of the current TimeSpan structure expressed in whole and fractional minutes. ARG(double)|3|7 *TotalSeconds=Returns the value of the current TimeSpan structure expressed in whole and fractional seconds. ARG(double)|3|7 *Zero=Represents the zero TimeSpan value. This field is read-only. ARG(TimeSpan)|3|0 TimeSpan=Returns the TimeSpan structure. ARG(TimeSpan)|3|0 *days=Defines number of days. ARG(int)|4|1 *hours=Defines number of hours. ARG(int)|4|1 *milliseconds=Defines number of milliseconds. ARG(int)|4|1 *minutes=Defines number of minutes. ARG(int)|4|1 *seconds=Defines number of seconds. ARG(int)|4|1 Ticks=Defines a time period expressed in 100-nanosecond units. ARG(long)|4|105 Value=Defines a time interval to set this instance. ARG(TimeSpan)|4|0