BCEnvironmentGetModificationDate Method |
Note: This API is now obsolete.
Returns the date when the environment was last modified.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax [ObsoleteAttribute("This method might be removed from future versions. Use the "ModificationDate" property.")]
public DateTime GetModificationDate()
<ObsoleteAttribute("This method might be removed from future versions. Use the "ModificationDate" property.")>
Public Function GetModificationDate As DateTime
public:
[ObsoleteAttribute(L"This method might be removed from future versions. Use the "ModificationDate" property.")]
DateTime GetModificationDate()
[<ObsoleteAttribute("This method might be removed from future versions. Use the "ModificationDate" property.")>]
member GetModificationDate : unit -> DateTime
Return Value
Type:
DateTime
The date when the environment was last modified.
Remarks
This method might be removed from future versions. Use the
ModificationDate property.
See Also