BCEnvironmentGetModificationDate Method |
Note: This API is now obsolete.
Returns the date when the environment was last modified.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.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
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