GraphFlag.CompletedDate Property
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
CompletedDate
Gets the completed date of the follow-up; or null reference if not known.
Declaration
public DateTime? CompletedDate { get; }
Property Value
| Type | Description |
|---|---|
| Nullable<DateTime> |
Remarks
The value should represent date only (without time part).
If the server did not send a time part, the value is reported with System.DateTimeKind.Unspecified.
If the server sent a time part, the value includes time part and it is reported with System.DateTimeKind.Local.