Share via


EnhancedTimeSpan Structure

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(True)> _
Public Structure EnhancedTimeSpan _
    Implements IComparable, IComparable(Of EnhancedTimeSpan),  _
    IEquatable(Of EnhancedTimeSpan), IComparable(Of TimeSpan), IEquatable(Of TimeSpan)
'Usage
Dim instance As EnhancedTimeSpan
[SerializableAttribute]
[ComVisibleAttribute(true)]
public struct EnhancedTimeSpan : IComparable, 
    IComparable<EnhancedTimeSpan>, IEquatable<EnhancedTimeSpan>, IComparable<TimeSpan>, 
    IEquatable<TimeSpan>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.