Click or drag to resize
DateTimeFunctions Class
Class which defines the function mappings for DateTime
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.QuerySpecDateTimeFunctions

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static class DateTimeFunctions

The DateTimeFunctions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddDays
Defines the mapping for the operand1.AddDays(numberOfDays) method mapping
Public methodStatic memberAddHours
Defines the mapping for the operand1.AddHours(numberOfHours) method mapping
Public methodStatic memberAddMilliseconds
Defines the mapping for the operand1.AddMilliseconds(numberOfMilliseconds) method mapping
Public methodStatic memberAddMinutes
Defines the mapping for the operand1.AddMinutes(numberOfMinutes) method mapping
Public methodStatic memberAddMonths
Defines the mapping for the operand1.AddMonths(numberOfMonths) method mapping
Public methodStatic memberAddSeconds
Defines the mapping for the operand1.AddSeconds(numberOfSeconds) method mapping
Public methodStatic memberAddYears
Defines the mapping for the operand1.AddYears(numberOfYears) method mapping
Public methodStatic memberDate
Defines the mapping for the operand1.Date property to method mapping
Public methodStatic memberDay
Defines the mapping for the operand1.Day property to method mapping
Public methodStatic memberDayOfWeek
Defines the mapping for the operand1.DayOfWeek property to method mapping
Public methodStatic memberDayOfYear
Defines the mapping for the operand1.DayOfYear property to method mapping
Public methodStatic memberHour
Defines the mapping for the operand1.Hour property to method mapping
Public methodStatic memberMillisecond
Defines the mapping for the operand1.Millisecond property to method mapping
Public methodStatic memberMinute
Defines the mapping for the operand1.Minute property to method mapping
Public methodStatic memberMonth
Defines the mapping for the operand1.Month property to method mapping
Public methodStatic memberSecond
Defines the mapping for the operand1.Second property to method mapping
Public methodStatic memberYear
Defines the mapping for the operand1.Year property to method mapping
Top
See Also