RulePredicateDateRange.Start Propiedad

Definición

Obtiene o establece la fecha de inicio del intervalo y la hora.

public:
 property Nullable<DateTime> Start { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public Nullable<DateTime> Start { get; set; }
Public Property Start As Nullable(Of DateTime)

Valor de propiedad

Nullable<DateTime>

Inicio del intervalo de fechas.

Comentarios

Si el Start propiedad se establece en null, la fecha de inicio no se aplica.

Se aplica a