Class Year
Argument function to extract the Year component of a datetime; output is an integer value
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public class Year : NonCoercedArgumentFunction, ICloneable
Constructors
Year(Argument)
Argument function to extract the Year component of a datetime; output is an integer value
Declaration
public Year(Argument arg)
Parameters
Type | Name | Description |
---|---|---|
Argument | arg |
Methods
Clone()
Argument function to extract the Year 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 Year 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)