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.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
Visual Basic |
---|
Public Function DateTimeAsText ( _
f4CmdLine As Boolean _
) As String |
Visual C++ |
---|
public:
String^ DateTimeAsText(
bool f4CmdLine
) |
Parameters
- f4CmdLine
- Type: System..::..Boolean
A value indicating whether to use formal formatting.
trueTruetruetrue (True in Visual Basic) for more formal formatting, falseFalsefalsefalse (False in Visual Basic) for human-friendly representation.
Return Value
String representation of the moment of time the vault was opened.
See Also