GenerateObjectSettingsPastDateTimes Property

Gets or sets whether past date and time values should be produced when generating DateTime and DateTimeOffset instances.
Default value: .

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public bool? PastDateTimes { 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.

See Also