| ModelManagerGetLastUpdated Method |
Returns the last updated date (UTC) of the given item.
Namespace:
Dynamicweb.Analytics.Model
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public DateTime GetLastUpdated(
IModel item
)
Public Function GetLastUpdated (
item As IModel
) As DateTime
Parameters
- item
- Type: Dynamicweb.Analytics.ModelIModel
Item to examine.
Return Value
Type:
DateTimeThe last updated date (UTC) of the given item.
Exceptions Remarks See Also