Table of Contents

Enum UpdateDefinitionCurrentDateType

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

The type to use for a $currentDate operator.

public enum UpdateDefinitionCurrentDateType

Fields

Date = 0

A date.

Timestamp = 1

A timestamp.