WeekDayAndTime Structure
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Structure WeekDayAndTime _
Implements IComparable(Of WeekDayAndTime), IComparable, _
IEquatable(Of WeekDayAndTime)
'Usage
Dim instance As WeekDayAndTime
[SerializableAttribute]
public struct WeekDayAndTime : IComparable<WeekDayAndTime>,
IComparable, IEquatable<WeekDayAndTime>
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.