[Missing <summary> documentation for "P:Evolucion.SpO2.xSpO2"]
Namespace:
Evolucion
Assembly:
Evolucion (in Evolucion.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<DateTime> xSpO2 { get; set; }
Public Property xSpO2 As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> xSpO2 {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member xSpO2 : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also