OSS NAS Tools for C# for 5G for 3GPP Release 16.8.0
Oss.Nas5GS1680.TimeZoneAndTime Class Reference

Represents the TimeZoneAndTime type More...

Inherits Sequence.

Public Member Functions

 TimeZoneAndTime ()
 The default constructor. More...
 
 TimeZoneAndTime (string argYear, string argMonth, string argDay, string argHour, string argMinute, string argSecond, string argTimeZone)
 Constructs an instance of TimeZoneAndTime 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...
 

Properties

string Year [get, set]
 Field 'year' (mandatory) More...
 
string Month [get, set]
 Field 'month' (mandatory) More...
 
string Day [get, set]
 Field 'day' (mandatory) More...
 
string Hour [get, set]
 Field 'hour' (mandatory) More...
 
string Minute [get, set]
 Field 'minute' (mandatory) More...
 
string Second [get, set]
 Field 'second' (mandatory) More...
 
string TimeZone [get, set]
 Field 'timeZone' (mandatory) More...
 

Detailed Description

Represents the TimeZoneAndTime type

Constructor & Destructor Documentation

◆ TimeZoneAndTime() [1/2]

Oss.Nas5GS1680.TimeZoneAndTime.TimeZoneAndTime ( )
inline

The default constructor.

◆ TimeZoneAndTime() [2/2]

Oss.Nas5GS1680.TimeZoneAndTime.TimeZoneAndTime ( string  argYear,
string  argMonth,
string  argDay,
string  argHour,
string  argMinute,
string  argSecond,
string  argTimeZone 
)
inline

Constructs an instance of TimeZoneAndTime with the specified components.

Parameters
argYearThe value of the year mandatory field
argMonthThe value of the month mandatory field
argDayThe value of the day mandatory field
argHourThe value of the hour mandatory field
argMinuteThe value of the minute mandatory field
argSecondThe value of the second mandatory field
argTimeZoneThe value of the timeZone mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.TimeZoneAndTime.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.Nas5GS1680.TimeZoneAndTime.Equals ( object  right)
inline

Determines whether the specified object is equal to the current object.

Parameters
rightThe object to compare with this object.
Returns
true when the specified object is equal to the current object; otherwise, false.

◆ GetHashCode()

override int Oss.Nas5GS1680.TimeZoneAndTime.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Day

string Oss.Nas5GS1680.TimeZoneAndTime.Day
getset

Field 'day' (mandatory)

◆ Hour

string Oss.Nas5GS1680.TimeZoneAndTime.Hour
getset

Field 'hour' (mandatory)

◆ Minute

string Oss.Nas5GS1680.TimeZoneAndTime.Minute
getset

Field 'minute' (mandatory)

◆ Month

string Oss.Nas5GS1680.TimeZoneAndTime.Month
getset

Field 'month' (mandatory)

◆ Second

string Oss.Nas5GS1680.TimeZoneAndTime.Second
getset

Field 'second' (mandatory)

◆ TimeZone

string Oss.Nas5GS1680.TimeZoneAndTime.TimeZone
getset

Field 'timeZone' (mandatory)

◆ Year

string Oss.Nas5GS1680.TimeZoneAndTime.Year
getset

Field 'year' (mandatory)