| ActStopTimeXml Property |
The time when the act should or did stop ocurring in ISO format
Namespace:
SanteDB.Core.Model.Acts
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public string StopTimeXml { get; set; }
Public Property StopTimeXml As String
Get
Set
public:
property String^ StopTimeXml {
String^ get ();
void set (String^ value);
}
member StopTimeXml : string with get, set
Property Value
Type:
StringExceptions Exception | Condition |
---|
FormatException | When the provided value does not conform to ISO formatted date |
See Also