 | ActStartTime Property |
The date/time when the act started to occur
Namespace: SanteDB.Core.Model.ActsAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic DateTimeOffset? StartTime { get; set; }Public Property StartTime As DateTimeOffset?
Get
Set
public:
property Nullable<DateTimeOffset> StartTime {
Nullable<DateTimeOffset> get ();
void set (Nullable<DateTimeOffset> value);
}member StartTime : Nullable<DateTimeOffset> with get, set
Property Value
NullableDateTimeOffset
RemarksWhen the act is a long running action, or if the act is ongoing, then the StartTime
may be set to indicate the beginning of the act.
When the MoodConceptKey is set to Propose then this value represents the minimum safe
start time of the activity represented.
This property is typically used in conjunction with the StopTime property, which indicates the
time and date when the activity stopped occurring (additionally, when MoodConceptKey is set, then
the maximum safe time of the activity represented).
See Also