Returns a human-friendly 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
C# |
---|
public string DateTimeAsText() |
Visual Basic |
---|
Public Function DateTimeAsText As String |
Visual C++ |
---|
public:
String^ DateTimeAsText() |
Return Value
Human-friendly string representation of the moment of time when the vault was opened.
See Also