Method AddQuarters
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
AddQuarters(DateTime, int)
Adds a value in quarters to a DateTime.
public static DateTime AddQuarters(this DateTime @this, int value)
Parameters
this
DateTime
The original DateTime.
value
int
The value to be added.
Returns
The resulting DateTime.
AddQuarters(DateTime, int, string)
Adds a value in quarters to a DateTime taking a timezone into consideration.
public static DateTime AddQuarters(this DateTime @this, int value, string timezone)
Parameters
this
DateTime
The original DateTime.
value
int
The value to be added.
timezone
string
The timezone.
Returns
The resulting DateTime.