Represents the ValidityStartTime
type
More...
Inherits Oss.Nas.Sequence.
|
| ValidityStartTime () |
| The default constructor.
|
|
| ValidityStartTime (string argYear, string argMonth, string argDay, string argHour, string argMinute) |
| Constructs an instance of ValidityStartTime with the specified components. More...
|
|
override bool | Equals (object right) |
| Determines whether the specified object is equal to the current object. More...
|
|
override int | GetHashCode () |
| Represents a hash function for a particular type. More...
|
|
object | Copy () |
| Creates a deep copy of this object. More...
|
|
|
string | Year [get, set] |
| Field 'year' (mandatory)
|
|
string | Month [get, set] |
| Field 'month' (mandatory)
|
|
string | Day [get, set] |
| Field 'day' (mandatory)
|
|
string | Hour [get, set] |
| Field 'hour' (mandatory)
|
|
string | Minute [get, set] |
| Field 'minute' (mandatory)
|
|
Represents the ValidityStartTime
type
◆ ValidityStartTime()
Oss.Nas1790.ValidityStartTime.ValidityStartTime |
( |
string |
argYear, |
|
|
string |
argMonth, |
|
|
string |
argDay, |
|
|
string |
argHour, |
|
|
string |
argMinute |
|
) |
| |
|
inline |
Constructs an instance of ValidityStartTime
with the specified components.
- Parameters
-
argYear | The value of the year mandatory field |
argMonth | The value of the month mandatory field |
argDay | The value of the day mandatory field |
argHour | The value of the hour mandatory field |
argMinute | The value of the minute mandatory field |
◆ Copy()
object Oss.Nas1790.ValidityStartTime.Copy |
( |
| ) |
|
|
inline |
Creates a deep copy of this object.
- Returns
- A new object that is a deep copy of this instance.
◆ Equals()
override bool Oss.Nas1790.ValidityStartTime.Equals |
( |
object |
right | ) |
|
|
inline |
Determines whether the specified object is equal to the current object.
- Parameters
-
right | The object to compare with this object. |
- Returns
true
when the specified object is equal to the current object; otherwise, false.
◆ GetHashCode()
override int Oss.Nas1790.ValidityStartTime.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.