ISaleCreatedDate Property |
The date the object was saved to the database.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxDateTime CreatedDate { get; }
ReadOnly Property CreatedDate As DateTime
Get
Dim instance As ISale
Dim value As DateTime
value = instance.CreatedDate
property DateTime CreatedDate {
DateTime get ();
}
Property Value
Type:
DateTimeImplements
IModelBaseCreatedDate
See Also