Version

FormattedTimeSpan Structure Members

The following tables list the members exposed by FormattedTimeSpan.

Public Constructors
 NameDescription
Public ConstructorFormattedTimeSpan ConstructorCreates a new instance.  
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)EmptyReturns an instance whose TimeSpan value is TimeSpan.Zero, amd whose Format value is 'Standard'.  
Public PropertyFormatReturns the format used to display the value of the TimeSpan property.  
Public PropertyTimeSpanReturns the time spanned by this instance.  
Public Methods
 NameDescription
Public MethodEqualsIndicates whether this instance and a specified object are equal.  
Public MethodGetHashCodeReturns the hash code for this instance.  
Public MethodInitializeReinitializes this instance.  
Public MethodToStringOverloaded. Returns the string representation of this instance.  
See Also