Returns the date when the environment was last modified.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
[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 DateTime GetModificationDate()
<ObsoleteAttribute("This method might be removed from future versions. Use the "ModificationDate" property.")> _
Public Function GetModificationDate As DateTime
<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()
public:
[ObsoleteAttribute(L"This method might be removed from future versions. Use the "ModificationDate" property.")]
DateTime GetModificationDate()
Return Value
The date when the environment was last modified.
This method might be removed from future versions. Use the
ModificationDate property.