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
- Under no circumstances should 10 req. per sec., more than 1800req. per hr (but in no case more than 3600 req. per hr). If the specifications are exceeded, access to WebUntis could permanently blocked by the WebUntis API.
31
31
32
32
### 3. Send requests
33
-
After your login you can send requests to get informations about your timetable and all about.<br>
34
-
The methods an what they do shoud be self-explained.<br>
33
+
After your login you can send requests to get informations about your timetable and all about.
34
+
The methods an what they do shoud be self-explained.
35
35
36
36
## Issues
37
37
When you had an error that you don't understand or you don't understand how you can use the library you can create an issue so that I can help you by your problem.
Copy file name to clipboardExpand all lines: WebUntisAPI.Client/Extensions/DateTimeExtensions.cs
+11-18Lines changed: 11 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -39,32 +39,25 @@ public static void ToWebUntisTimeFormat(this DateTime dateTime, out string dateS
39
39
/// The time format is HHMM (Hour Minute).
40
40
/// </para>
41
41
/// </remarks>
42
-
/// <param name="dateTime">Instance</param>
42
+
/// <param name="_">Instance</param>
43
43
/// <param name="dateString">Date string</param>
44
44
/// <param name="timeString">Time string</param>
45
45
/// <returns>The new instance that contains the given time. When not to throw on exception and an exception happened is the return value <see langword="null"/></returns>
46
46
/// <exception cref="FormatException">Thrown when one of the given strings isn't in the right format</exception>
0 commit comments