Class DHTime
An object representing a Deephaven time-of-day. The
MinValue and MaxValue constants provide
the minimum and maximum values representable in Deephaven. This value
has nanosecond precision.
Inheritance
System.Object
DHTime
Assembly: DeephavenOpenAPI.dll
Syntax
public class DHTime : object
Constructors
DHTime(Int32, Int32, Int32, Int32)
Declaration
public DHTime(int hour, int minute, int second, int nano)
Parameters
Type |
Name |
Description |
System.Int32 |
hour |
|
System.Int32 |
minute |
|
System.Int32 |
second |
|
System.Int32 |
nano |
|
Fields
MaxValue
Declaration
public static readonly DHTime MaxValue
Field Value
MinValue
Declaration
public static readonly DHTime MinValue
Field Value
Properties
Hour
Declaration
public int Hour { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Minute
Declaration
public int Minute { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Nano
Declaration
public int Nano { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Second
Declaration
public int Second { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|