TimeParse(String) Method
Converts the string representation of a number to its
Time equivalent.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.181 -- Release Build+97279656b5a55675063a4190481e67c4f9809501
Public Shared Function Parse (
s As String
) As Time
Gemstone.Units.Time.Parse = function(s);
- s String
- A string containing a number to convert.
Time
A
Time equivalent to the number contained in s.