Click or drag to resize
BCVaultLinkDateTimeAsText Method (Boolean)
Returns a string representation of the moment of time the vault was opened. It can be a baseline name, or a formatted date. For the current moment it may be the word "Current" (localized).

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public string DateTimeAsText(
	bool f4CmdLine
)

Parameters

f4CmdLine
Type: SystemBoolean
A value indicating whether to use formal formatting. for more formal formatting, for human-friendly representation.

Return Value

Type: String
String representation of the moment of time the vault was opened.
See Also