Summary
Sets the
Date
property to the specified value and
returns this ChurnCommand
instance.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Extensions .Churn - Containing Type
- ChurnCommand
Syntax
public ChurnCommand WithDate(DateTime value)
Remarks
This method is part of the fluent interface.
Parameters
Name | Type | Description |
---|---|---|
value | DateTime |
The new value for the Date property.
|
Return Value
Type | Description |
---|---|
ChurnCommand |
This ChurnCommand instance.
|