BCNameSpaceContextToDate Method |
Converts the context to a date value.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public DateTime ContextToDate(
string context
)
Public Function ContextToDate (
context As String
) As DateTime
public:
DateTime ContextToDate(
String^ context
)
member ContextToDate :
context : string -> DateTime
Parameters
- context
- Type: SystemString
The context to convert.
Return Value
Type:
DateTimeThe date value that represents the context.
See Also