File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
com.unity.mobile.notifications/Runtime/iOS Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -183,31 +183,31 @@ public struct iOSNotificationCalendarTrigger : iOSNotificationTrigger
183
183
public int ? Year { get ; set ; }
184
184
185
185
/// <summary>
186
- /// Month to schedule notification on or null for any month.
186
+ /// Specify the month to schedule the notification for or set to null to indicate any month.
187
187
/// </summary>
188
188
/// <value>Number indicating month or null to ignore month</value>
189
189
public int ? Month { get ; set ; }
190
190
191
191
/// <summary>
192
- /// Day to schedule notification on or null for any day.
192
+ /// Specify the day to schedule the notification for or set to null to indicate any day.
193
193
/// </summary>
194
194
/// <value>Number indicating day or null to ignore day</value>
195
195
public int ? Day { get ; set ; }
196
196
197
197
/// <summary>
198
- /// Hour to schedule notification on or null for any hour.
198
+ /// Specify the hour to schedule the notification for or set to null to indicate any hour.
199
199
/// </summary>
200
200
/// <value>Number indicating hour or null to ignore hour</value>
201
201
public int ? Hour { get ; set ; }
202
202
203
203
/// <summary>
204
- /// Minute to schedule notification on or null for any minute.
204
+ /// Specify the minute to schedule the notification for or set to null to indicate any minute.
205
205
/// </summary>
206
206
/// <value>Number indicating minute or null to ignore minute</value>
207
207
public int ? Minute { get ; set ; }
208
208
209
209
/// <summary>
210
- /// Second to schedule notification on or null for any second.
210
+ /// Specify the second to schedule the notification for or set to null to indicate any second.
211
211
/// </summary>
212
212
/// <value>Number indicating second or null to ignore second</value>
213
213
public int ? Second { get ; set ; }
You can’t perform that action at this time.
0 commit comments