LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Model.CutLocalTime Class Reference

CutLocalTime More...

Inheritance diagram for Lusid.Sdk.Model.CutLocalTime:
Inheritance graph
[legend]

Public Member Functions

 CutLocalTime (int hours=default(int), int minutes=default(int))
 Initializes a new instance of the CutLocalTime class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (CutLocalTime input)
 Returns true if CutLocalTime instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

int Hours [get, set]
 Gets or Sets Hours More...
 
int Minutes [get, set]
 Gets or Sets Minutes More...
 

Detailed Description

CutLocalTime

Constructor & Destructor Documentation

◆ CutLocalTime()

Lusid.Sdk.Model.CutLocalTime.CutLocalTime ( int  hours = default(int),
int  minutes = default(int) 
)
inline

Initializes a new instance of the CutLocalTime class.

Parameters
hourshours.
minutesminutes.

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.CutLocalTime.Equals ( CutLocalTime  input)
inline

Returns true if CutLocalTime instances are equal

Parameters
inputInstance of CutLocalTime to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.CutLocalTime.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.CutLocalTime.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.CutLocalTime.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.CutLocalTime.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Hours

int Lusid.Sdk.Model.CutLocalTime.Hours
getset

Gets or Sets Hours

◆ Minutes

int Lusid.Sdk.Model.CutLocalTime.Minutes
getset

Gets or Sets Minutes


The documentation for this class was generated from the following file: