TimeSpan Module
Functions and values
| Function or value |
Description
|
Full Usage:
TimeSpan.tryParse str
Parameters:
string
Returns: TimeSpan option
Modifiers: inline |
Parses a string as TimeSpan using the ambient culture, returning
|
Full Usage:
TimeSpan.tryParseInv str
Parameters:
string
Returns: TimeSpan option
Modifiers: inline |
Parses a string as TimeSpan against the invariant culture. This is the one to use for machine-generated text, whose meaning must not depend on the host's locale. The string to parse.
|
Full Usage:
TimeSpan.tryParseInvV str
Parameters:
string
Returns: TimeSpan voption
Modifiers: inline |
Parses a string as TimeSpan against the invariant culture, returning
|
Full Usage:
TimeSpan.tryParseV str
Parameters:
string
Returns: TimeSpan voption
Modifiers: inline |
Parses a string as TimeSpan using the ambient culture, returning
|
TDesu.FSharp