File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ public override string ToString()
529529 public virtual string SchedulingNote { get ; set ; }
530530
531531 /// <summary>
532- /// The start date and time of the event. Can be specified as a schema:Date or schema: DateTime.
532+ /// The start date and time of the event. Can be specified as a schema:DateTime.
533533 /// </summary>
534534 /// <example>
535535 /// <code>
@@ -541,7 +541,7 @@ public override string ToString()
541541 public new virtual DateTimeValue StartDate { get ; set ; }
542542
543543 /// <summary>
544- /// The end date and time of the event. Can be specified as a schema:Date or schema: DateTime
544+ /// The end date and time of the event. Can be specified as a schema:DateTime
545545 /// It is recommended that publishers provide either an schema:endDate or a schema:duration for an event.
546546 /// </summary>
547547 /// <example>
You can’t perform that action at this time.
0 commit comments