'Declaration Function GetTime( _ Optional ByVal context As IEvaluationContext _ ) As TimeSpan
'Usage Dim instance As IReadonlyPrimitiveValue Dim context As IEvaluationContext Dim value As TimeSpan value = instance.GetTime(context)
TimeSpan GetTime( IEvaluationContext context )
Parameters
- context
- The evaluation context to get value.
Return Value
An System.TimeSpan value.