 | PolicyValueTimeSpan Conversion (PolicyValueTimeSpan to TimeSpan) |
Convert this wrapper to timespan
Namespace: SanteDB.Core.ConfigurationAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic static explicit operator TimeSpan (
PolicyValueTimeSpan instance
)
Public Shared Narrowing Operator CType (
instance As PolicyValueTimeSpan
) As TimeSpan
static explicit operator TimeSpan (
PolicyValueTimeSpan^ instance
)
F# does not support the declaration of new casting operators.
Parameters
- instance PolicyValueTimeSpan
[Missing <param name="instance"/> documentation for "M:SanteDB.Core.Configuration.PolicyValueTimeSpan.op_Explicit(SanteDB.Core.Configuration.PolicyValueTimeSpan)~System.TimeSpan"]
Return Value
TimeSpan[Missing <returns> documentation for "M:SanteDB.Core.Configuration.PolicyValueTimeSpan.op_Explicit(SanteDB.Core.Configuration.PolicyValueTimeSpan)~System.TimeSpan"]
See Also