Converts the context to a date value.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public DateTime ContextToDate(
	string context
)
Visual Basic
Public Function ContextToDate ( _
	context As String _
) As DateTime
Visual C++
public:
DateTime ContextToDate(
	String^ context
)

Parameters

context
Type: System..::..String
The context to convert.

Return Value

The date value that represents the context.

See Also