| DateTimeFunctions Class |
Namespace: SD.LLBLGen.Pro.QuerySpec
The DateTimeFunctions type exposes the following members.
| Name | Description | |
|---|---|---|
| AddDays |
Defines the mapping for the operand1.AddDays(numberOfDays) method mapping
| |
| AddHours |
Defines the mapping for the operand1.AddHours(numberOfHours) method mapping
| |
| AddMilliseconds |
Defines the mapping for the operand1.AddMilliseconds(numberOfMilliseconds) method mapping
| |
| AddMinutes |
Defines the mapping for the operand1.AddMinutes(numberOfMinutes) method mapping
| |
| AddMonths |
Defines the mapping for the operand1.AddMonths(numberOfMonths) method mapping
| |
| AddSeconds |
Defines the mapping for the operand1.AddSeconds(numberOfSeconds) method mapping
| |
| AddYears |
Defines the mapping for the operand1.AddYears(numberOfYears) method mapping
| |
| Date |
Defines the mapping for the operand1.Date property to method mapping
| |
| Day |
Defines the mapping for the operand1.Day property to method mapping
| |
| DayOfWeek |
Defines the mapping for the operand1.DayOfWeek property to method mapping
| |
| DayOfYear |
Defines the mapping for the operand1.DayOfYear property to method mapping
| |
| Hour |
Defines the mapping for the operand1.Hour property to method mapping
| |
| Millisecond |
Defines the mapping for the operand1.Millisecond property to method mapping
| |
| Minute |
Defines the mapping for the operand1.Minute property to method mapping
| |
| Month |
Defines the mapping for the operand1.Month property to method mapping
| |
| Second |
Defines the mapping for the operand1.Second property to method mapping
| |
| Year |
Defines the mapping for the operand1.Year property to method mapping
|