Click or drag to resize

DateTimeUnit Class

Represents the unit for various DateTime operations.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.LinqDateTimeUnit

Namespace:  MongoDB.Driver.Linq
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax
public abstract class DateTimeUnit

The DateTimeUnit type exposes the following members.

Constructors
  NameDescription
Protected methodDateTimeUnit
Initializes a new instance of the DateTimeUnit class
Top
Properties
  NameDescription
Public propertyStatic memberDay
Day unit.
Public propertyStatic memberHour
Hour unit.
Public propertyStatic memberMillisecond
Millisecond unit.
Public propertyStatic memberMinute
Minute unit.
Public propertyStatic memberMonth
Month unit.
Public propertyStatic memberQuarter
Quarter unit.
Public propertyStatic memberSecond
Second unit.
Public propertyStartOfWeek
The day of the start of the week (only valid with Week units that specify a start of the week).
Public propertyUnit
The unit.
Public propertyStatic memberWeek
Week unit.
Public propertyStatic memberWeekStartingFriday
Week starting on Friday unit.
Public propertyStatic memberWeekStartingMonday
Week starting on Monday unit.
Public propertyStatic memberWeekStartingSaturday
Week starting on Saturday unit.
Public propertyStatic memberWeekStartingSunday
Week starting on Sunday unit.
Public propertyStatic memberWeekStartingThursday
Week starting on Thursday unit.
Public propertyStatic memberWeekStartingTuesday
Week starting on Tuesday unit.
Public propertyStatic memberWeekStartingWednesday
Week starting on Wednesday unit.
Public propertyStatic memberYear
Year unit.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
See Also