Click or drag to resize

DbBaseDataUpdatedTime Property

Gets or sets the updated time.

Namespace:  SanteDB.DisconnectedClient.SQLite.Model
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public DateTimeOffset? UpdatedTime { get; set; }

Property Value

Type: NullableDateTimeOffset
The updated time.
See Also