You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Src/Notion.Client/Models/PropertyValue/DatePropertyValue.cs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,5 +33,11 @@ public class Date
33
33
/// </summary>
34
34
[JsonProperty("end")]
35
35
publicDateTime?End{get;set;}
36
+
37
+
/// <summary>
38
+
/// Optional time zone information for start and end. Possible values are extracted from the IANA database and they are based on the time zones from Moment.js.
0 commit comments