Share via


ExDateTime Structure

Namespace:  Microsoft.Exchange.ExchangeSystem
Assembly:  Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)

Syntax

'Declaration
Public Structure ExDateTime _
    Implements IComparable, IFormattable, IComparable(Of ExDateTime),  _
    IEquatable(Of ExDateTime)
'Usage
Dim instance As ExDateTime
public struct ExDateTime : IComparable, 
    IFormattable, IComparable<ExDateTime>, IEquatable<ExDateTime>

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.