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: 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