| SanteDBConvertStringToTimespan Method |
String to timespan
Namespace:
SanteDB.Core.Model.Map
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax public static TimeSpan StringToTimespan(
string value
)
Public Shared Function StringToTimespan (
value As String
) As TimeSpan
public:
static TimeSpan StringToTimespan(
String^ value
)
static member StringToTimespan :
value : string -> TimeSpan
Parameters
- value
- Type: SystemString
[Missing <param name="value"/> documentation for "M:SanteDB.Core.Model.Map.SanteDBConvert.StringToTimespan(System.String)"]
Return Value
Type:
TimeSpan[Missing <returns> documentation for "M:SanteDB.Core.Model.Map.SanteDBConvert.StringToTimespan(System.String)"]
See Also