Update<TDocument>.CurrentDate Method |
Name | Description | |
---|---|---|
![]() ![]() | CurrentDate(Expression<Func<TDocument, BsonDateTime>>) |
Sets the value of the named element to the current date (see $currentDate).
|
![]() ![]() | CurrentDate(Expression<Func<TDocument, BsonTimestamp>>) |
Sets the value of the named element to the current date (see $currentDate).
|
![]() ![]() | CurrentDate(Expression<Func<TDocument, DateTime>>) |
Sets the value of the named element to the current date (see $currentDate).
|