Summary
Gets or sets the timestamp
DateTime
to use when committing;
or
null
which means use the current date and time. Default is
null
.
Syntax
public DateTime? OverrideTimestamp { get; set; }
Attributes
Type |
Description |
DefaultValueAttribute |
|
DateTimeArgumentAttribute |
This attribute can be applied to nullable properties in option classes,
to specify the option to pass to the executable in case
of a null value, or the option to pass before the property
value itself.
|
Value
Type |
Description |
Nullable<T> |
|