Click or drag to resize

DbBaseDataCreationTime Property

Gets or sets the creation time

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

Property Value

Type: NullableDateTimeOffset
The creation time.
See Also