Contact..::..lastModifiedDateTime Property
The time the contact was modified. The Timestamp type represents Date And time information Using ISO 8601 format And Is always In UTC time.
For example, midnight UTC On Jan 1, 2014 would look Like this: '2014-01-01T00:00:00Z'
Namespace:
FLEXYGO.OfficeResourceTypesAssembly: flxSysProcess (in flxSysProcess.dll)
Syntax
public Nullable<DateTimeOffset> lastModifiedDateTime { get; set; }
Public Property lastModifiedDateTime As Nullable(Of DateTimeOffset) Get Set