salesliteratureitem.createdon Field
Specifies the date and time when the document was created.
Syntax
[Visual Basic .NET]
Public Field createdon As CrmDateTime
[C#]
public CrmDateTime createdon;
[JScript]
public var createdon : CrmDateTime;
Remarks
The value of this field is set by the system.
Represents a field of type CrmDateTime.
The following table contains additional information about this attribute:
Platform required | No |
Application requirement level | Read only |
Valid for create | No |
Valid for retrieve | Yes |
Valid for update | No |
Display format | Date only |
See Also