 | PatientEncounterArrangementStopTime Property |
Gets or sets the time that the arrangement is no longer in effect
Namespace: SanteDB.Core.Model.ActsAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic DateTimeOffset? StopTime { get; set; }Public Property StopTime As DateTimeOffset?
Get
Set
public:
property Nullable<DateTimeOffset> StopTime {
Nullable<DateTimeOffset> get ();
void set (Nullable<DateTimeOffset> value);
}member StopTime : Nullable<DateTimeOffset> with get, set
Property Value
NullableDateTimeOffset
See Also