Fix TryParseTime documentation again?
This commit is contained in:
parent
e927b55fcb
commit
1dae83d1b6
1 changed files with 1 additions and 1 deletions
|
|
@ -801,7 +801,7 @@ namespace TShockAPI
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Attempts to parse a string as a timespan (_d_m_h_s).
|
/// Attempts to parse a string as a timespan (_d_m_h_s).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="string">The time string.</param>
|
/// <param name="str">The time string.</param>
|
||||||
/// <param name="seconds">The seconds.</param>
|
/// <param name="seconds">The seconds.</param>
|
||||||
/// <returns>Whether the string was parsed successfully.</returns>
|
/// <returns>Whether the string was parsed successfully.</returns>
|
||||||
public bool TryParseTime(string str, out int seconds)
|
public bool TryParseTime(string str, out int seconds)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue