Table of Contents

Class DateTimeUnit

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.dll

Represents the unit for various DateTime operations.

public abstract class DateTimeUnit
Inheritance
DateTimeUnit
Inherited Members

Properties

Day

Day unit.

public static DateTimeUnit Day { get; }

Property Value

DateTimeUnit

Hour

Hour unit.

public static DateTimeUnit Hour { get; }

Property Value

DateTimeUnit

Millisecond

Millisecond unit.

public static DateTimeUnit Millisecond { get; }

Property Value

DateTimeUnit

Minute

Minute unit.

public static DateTimeUnit Minute { get; }

Property Value

DateTimeUnit

Month

Month unit.

public static DateTimeUnit Month { get; }

Property Value

DateTimeUnit

Quarter

Quarter unit.

public static DateTimeUnit Quarter { get; }

Property Value

DateTimeUnit

Second

Second unit.

public static DateTimeUnit Second { get; }

Property Value

DateTimeUnit

StartOfWeek

The day of the start of the week (only valid with Week units that specify a start of the week).

public abstract string StartOfWeek { get; }

Property Value

string

Unit

The unit.

public abstract string Unit { get; }

Property Value

string

Week

Week unit.

public static DateTimeUnit Week { get; }

Property Value

DateTimeUnit

WeekStartingFriday

Week starting on Friday unit.

public static DateTimeUnit WeekStartingFriday { get; }

Property Value

DateTimeUnit

WeekStartingMonday

Week starting on Monday unit.

public static DateTimeUnit WeekStartingMonday { get; }

Property Value

DateTimeUnit

WeekStartingSaturday

Week starting on Saturday unit.

public static DateTimeUnit WeekStartingSaturday { get; }

Property Value

DateTimeUnit

WeekStartingSunday

Week starting on Sunday unit.

public static DateTimeUnit WeekStartingSunday { get; }

Property Value

DateTimeUnit

WeekStartingThursday

Week starting on Thursday unit.

public static DateTimeUnit WeekStartingThursday { get; }

Property Value

DateTimeUnit

WeekStartingTuesday

Week starting on Tuesday unit.

public static DateTimeUnit WeekStartingTuesday { get; }

Property Value

DateTimeUnit

WeekStartingWednesday

Week starting on Wednesday unit.

public static DateTimeUnit WeekStartingWednesday { get; }

Property Value

DateTimeUnit

Year

Year unit.

public static DateTimeUnit Year { get; }

Property Value

DateTimeUnit