We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28edd4b commit e846ba5Copy full SHA for e846ba5
1 file changed
src/RemoteTech/SimpleTypes/TimeStringConverter.cs
@@ -82,7 +82,8 @@ abstract class TimeStringConverter
82
/// seconds for this string. If no matching string was found with the
83
/// "DurationRegex" we'll try to parse the given duration string as seconds.
84
/// </summary>
85
- /// <param name="duration">time string like "1d 2m 3s". Possible values: 0y 0d 0h 0m 0s</param>
+ /// <param name="duration">time string like "1d 2m 3s" or "500" (as seconds).
86
+ /// Possible suffixes: y,d,h,m and s</param>
87
/// <returns>Given time string converted in seconds</returns>
88
public Double parseString(String duration)
89
{
0 commit comments