Click or drag to resize

CustodianLastUpdated Property

The timestamp of the last update in the database. This will be used to determine whether updates can be applied or if the user will need to refresh the data before updates can take place.

Namespace:  Law.EdaIntegration.Import
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public DateTime LastUpdated { get; }

Property Value

Type: DateTime
Remarks
All date/time values are stored in UTC
See Also