Click or drag to resize

BCVaultLink.DateTimeAsText 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.111.0)
Syntax
public string DateTimeAsText(
	bool f4CmdLine
)

Parameters

f4CmdLine
Type: System.Boolean
A value indicating whether to use formal formatting. true for more formal formatting, false for human-friendly representation.

Return Value

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