| SynchronizationQueryStartTime Property |
Start time of the query
Namespace:
SanteDB.DisconnectedClient.SQLite.Synchronization.Model
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public DateTime StartTime { get; set; }
Public Property StartTime As DateTime
Get
Set
public:
virtual property DateTime StartTime {
DateTime get () sealed;
void set (DateTime value) sealed;
}
abstract StartTime : DateTime with get, set
override StartTime : DateTime with get, set
Property Value
Type:
DateTimeImplements
ISynchronizationLogQueryStartTimeSee Also