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