Class DT
Assembly: Gremlin.Net.dll
Syntax
public class DT : EnumWrapper, IEquatable<EnumWrapper>, IFunction
Properties
Day
Declaration
public static DT Day { get; }
Property Value
Hour
Declaration
public static DT Hour { get; }
Property Value
Minute
Declaration
public static DT Minute { get; }
Property Value
Second
Declaration
public static DT Second { get; }
Property Value
Methods
GetByValue(string)
Gets the Merge enumeration by value.
Declaration
public static DT GetByValue(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
Implements