Skip to content

Commit e846ba5

Browse files
committed
Documentation update
1 parent 28edd4b commit e846ba5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/RemoteTech/SimpleTypes/TimeStringConverter.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ abstract class TimeStringConverter
8282
/// seconds for this string. If no matching string was found with the
8383
/// "DurationRegex" we'll try to parse the given duration string as seconds.
8484
/// </summary>
85-
/// <param name="duration">time string like "1d 2m 3s". Possible values: 0y 0d 0h 0m 0s</param>
85+
/// <param name="duration">time string like "1d 2m 3s" or "500" (as seconds).
86+
/// Possible suffixes: y,d,h,m and s</param>
8687
/// <returns>Given time string converted in seconds</returns>
8788
public Double parseString(String duration)
8889
{

0 commit comments

Comments
 (0)