ExCalendar.MaxSupportedDateTime Property
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public ReadOnly Property MaxSupportedDateTime As ExDateTime
Get
'Usage
Dim instance As ExCalendar
Dim value As ExDateTime
value = instance.MaxSupportedDateTime
[ComVisibleAttribute(false)]
public ExDateTime MaxSupportedDateTime { get; }