Class Hour
Argument function to extract the Hour component of a datetime; output is an integer value
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public class Hour : NonCoercedArgumentFunction, ICloneable
Constructors
Hour(Argument)
Argument function to extract the Hour component of a datetime; output is an integer value
Declaration
public Hour(Argument arg)
Parameters
| Type | Name | Description |
|---|---|---|
| Argument | arg |
Methods
Clone()
Creates a copy of the query elements, but shares parameter values with the original, so it is not a complete copy.
Declaration
public override object Clone()
Returns
| Type | Description |
|---|---|
| object | Copy of all the restrictions/joins |
Overrides
Remarks
This method is used by the SentryQueryUpdater to modify a query with sentry extensions without affecting the original query.
ToString()
Argument function to extract the Hour component of a datetime; output is an integer value
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |