uom.modifiedon Field
Specifies the date and time when the unit was last modified.
Syntax
[Visual Basic .NET]
Public Field modifiedon As CrmDateTime
[C#]
public CrmDateTime modifiedon;
[JScript]
public var modifiedon : 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 | No Constraint |
Valid for create | No |
Valid for retrieve | Yes |
Valid for update | No |
Display format | Date only |
See Also