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.111.0)
Syntax public string DateTimeAsText(
bool f4CmdLine
)
Public Function DateTimeAsText (
f4CmdLine As Boolean
) As String
Parameters
- f4CmdLine
- Type: SystemBoolean
A value indicating whether to use formal formatting.
for more formal formatting, for human-friendly representation.
Return Value
Type:
StringString representation of the moment of time the vault was opened.
See Also