DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
A month span representation of time. More...
Public Member Functions | |
SqlYearToMonth (int months) | |
SqlYearToMonth (int years, int months) | |
int IComparable. | CompareTo (object obj) |
int | CompareTo (ISqlObject other) |
bool ISqlObject. | IsComparableTo (ISqlObject other) |
Checks if the current object is comparable with the given one. More... | |
int | CompareTo (SqlYearToMonth other) |
Static Public Attributes | |
static readonly SqlYearToMonth | Null = new SqlYearToMonth(true) |
Properties | |
bool | IsNull [get] |
int | TotalMonths [get] |
Gets the total number of months that represents the time span. More... | |
double | TotalYears [get] |
Gets the total number of years that represents the time span. More... | |
Properties inherited from Deveel.Data.Sql.Objects.ISqlObject | |
bool | IsNull [get] |
Gets a boolean value indicating if the object is NULL . More... | |
Private Member Functions | |
SqlYearToMonth (bool isNull) | |
Private Attributes | |
int | months |
A month span representation of time.
Definition at line 23 of file SqlYearToMonth.cs.
|
inline |
Definition at line 28 of file SqlYearToMonth.cs.
|
inline |
Definition at line 33 of file SqlYearToMonth.cs.
|
inlineprivate |
Definition at line 37 of file SqlYearToMonth.cs.
|
inline |
Definition at line 43 of file SqlYearToMonth.cs.
|
inline |
Definition at line 47 of file SqlYearToMonth.cs.
|
inline |
Definition at line 90 of file SqlYearToMonth.cs.
|
inline |
Checks if the current object is comparable with the given one.
other | The other ISqlObject to compare. |
true
if the current object is comparable with the given one, false
otherwise. Implements Deveel.Data.Sql.Objects.ISqlObject.
Definition at line 83 of file SqlYearToMonth.cs.
|
private |
Definition at line 24 of file SqlYearToMonth.cs.
|
static |
Definition at line 26 of file SqlYearToMonth.cs.
|
get |
Definition at line 55 of file SqlYearToMonth.cs.
|
get |
Gets the total number of months that represents the time span.
Definition at line 62 of file SqlYearToMonth.cs.
|
get |
Gets the total number of years that represents the time span.
Definition at line 74 of file SqlYearToMonth.cs.