 | ActStopTime Property |
The time and date when the act did or should stop occurring
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
RemarksThis property is used in conjunction with the StartTime to represent the
date and time when the activity described in this act stopped, or should stop occurring. When the MoodConceptKey
is Propose then this property represents the maximum safe time for the act to occur.
See Also