GenerateObjectSettingsPastDateTimes Property
Gets or sets whether past date and time values should be produced when generating
DateTime and
DateTimeOffset instances.
Default value:
.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool? PastDateTimes { get; set; }
Public Property PastDateTimes As Boolean?
Get
Set
public:
property Nullable<bool> PastDateTimes {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member PastDateTimes : Nullable<bool> with get, set
Property Value
NullableBoolean: Use past date and time values only.
: Use future date and time values only.
: Allow both past and future date and time values.