|
LUSID C# SDK
|
Whether or not a DateTimeOffset is a business DateTime More...

Public Member Functions | |
| IsBusinessDayResponse (DateTimeOffset requestedDateTime=default(DateTimeOffset), bool isBusinessDay=default(bool)) | |
| Initializes a new instance of the IsBusinessDayResponse 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 (IsBusinessDayResponse input) |
| Returns true if IsBusinessDayResponse instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| IsBusinessDayResponse () | |
| Initializes a new instance of the IsBusinessDayResponse class. More... | |
Properties | |
| DateTimeOffset | RequestedDateTime [get, set] |
| Gets or Sets RequestedDateTime More... | |
| bool | IsBusinessDay [get, set] |
| Gets or Sets IsBusinessDay More... | |
Whether or not a DateTimeOffset is a business DateTime
|
inlineprotected |
Initializes a new instance of the IsBusinessDayResponse class.
|
inline |
Initializes a new instance of the IsBusinessDayResponse class.
| requestedDateTime | requestedDateTime (required). |
| isBusinessDay | isBusinessDay (required). |
|
inline |
Returns true if IsBusinessDayResponse instances are equal
| input | Instance of IsBusinessDayResponse to be compared |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Gets or Sets IsBusinessDay
|
getset |
Gets or Sets RequestedDateTime