Class EditableDateFieldSettings
EditableDateFieldSettings.
Inheritance
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class EditableDateFieldSettings : object
Constructors
| Improve this Doc View SourceEditableDateFieldSettings()
Initializes a new instance of the EditableDateFieldSettings class.
Declaration
protected EditableDateFieldSettings()
EditableDateFieldSettings(String, Nullable<DateTime>, Nullable<DateTime>)
Initializes a new instance of the EditableDateFieldSettings class.
Declaration
public EditableDateFieldSettings(string dateFormat = null, DateTime? minDate = null, DateTime? maxDate = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | dateFormat | Gets or sets the dateFormat. |
System.Nullable<DateTime> | minDate | Gets or sets the minDate. |
System.Nullable<DateTime> | maxDate | Gets or sets the maxDate. |
Properties
| Improve this Doc View SourceDateFormat
Gets or sets the DateFormat and it's only applicable for DateSigned field and for EditableDateFieldSettings field.
Please use the pre-defiened DateFormat.
Declaration
public string DateFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaxDate
Gets or sets the MaxDate and it's only applicable for EditableDateFieldSettings.
Declaration
public DateTime? MaxDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> | Gets the value of EditableDateFieldSettings. |
MinDate
Gets or sets the MinDate and it's only applicable for EditableDateFieldSettings.
Declaration
public DateTime? MinDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> | Gets the value of EditableDateFieldSettings. |