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()
Argument function to extract the Hour component of a datetime; output is an integer value
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
Object |
Overrides
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 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)