Skip to content

Commit c04bf4b

Browse files
Update data models
1 parent 3c8feb4 commit c04bf4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OpenActive.NET/models/Event.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)