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