SuggestionDayResult.Date Property
The Date property gets or sets the date for the suggested meeting times.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Date As DateTime
Get
Set
'Usage
Dim instance As SuggestionDayResult
Dim value As DateTime
value = instance.Date
instance.Date = value
public DateTime Date { get; set; }
Property Value
Type: System.DateTime
The Date property returns a date/time value containing the date for the suggested meeting times.