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

Represents the TimeWindow type More...

Inherits Sequence.

Public Member Functions

 TimeWindow ()
 The default constructor. More...
 
 TimeWindow (Oss.Nas5GS1680.NTPTimeStamp argStartTime, Oss.Nas5GS1680.NTPTimeStamp argStopTime)
 Constructs an instance of TimeWindow 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

Oss.Nas5GS1680.NTPTimeStamp StartTime [get, set]
 Field 'startTime' (mandatory) More...
 
Oss.Nas5GS1680.NTPTimeStamp StopTime [get, set]
 Field 'stopTime' (mandatory) More...
 

Detailed Description

Represents the TimeWindow type

Constructor & Destructor Documentation

◆ TimeWindow() [1/2]

Oss.Nas5GS1680.TimeWindow.TimeWindow ( )
inline

The default constructor.

◆ TimeWindow() [2/2]

Oss.Nas5GS1680.TimeWindow.TimeWindow ( Oss.Nas5GS1680.NTPTimeStamp  argStartTime,
Oss.Nas5GS1680.NTPTimeStamp  argStopTime 
)
inline

Constructs an instance of TimeWindow with the specified components.

Parameters
argStartTimeThe value of the startTime mandatory field
argStopTimeThe value of the stopTime mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.TimeWindow.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.TimeWindow.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.TimeWindow.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ StartTime

Oss.Nas5GS1680.NTPTimeStamp Oss.Nas5GS1680.TimeWindow.StartTime
getset

Field 'startTime' (mandatory)

◆ StopTime

Oss.Nas5GS1680.NTPTimeStamp Oss.Nas5GS1680.TimeWindow.StopTime
getset

Field 'stopTime' (mandatory)