BCNameSpaceContextToDate Method  | 
 
            Converts the context to a date value.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Client
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic DateTime ContextToDate(
	string context
)
Public Function ContextToDate ( 
	context As String
) As DateTime
Parameters
- context
 - Type: SystemString
The context to convert. 
Return Value
Type: 
DateTimeThe date value that represents the context.
See Also