POSIX.4 timeval
See Also: Inherited members from object.
|
PosixTimeval
()
|
Construct a PosixTimeval using the current UTC time |
|
Constructor with Seconds and MicroSeconds fields |
|
CompareTo
(PosixTimeval)Compare this to another |
|
override
|
Equals
(object)Equals override |
|
override
|
GetHashCode
()GetHashCode override |
|
override
|
ToString
()Convert the timeval to a string like 'SECONDS.MICROSECONDSs' |
static
|
Equality (PosixTimeval, PosixTimeval) | Operator == |
static
|
GreaterThan (PosixTimeval, PosixTimeval) | Operator > overload |
static
|
GreaterThanOrEqual (PosixTimeval, PosixTimeval) | Operator >= |
static
|
Inequality (PosixTimeval, PosixTimeval) | Operator != |
static
|
LessThan (PosixTimeval, PosixTimeval) | Operator < overload |
static
|
LessThanOrEqual (PosixTimeval, PosixTimeval) | Operator <= |
Construct a PosixTimeval using the current UTC time
Syntax
public PosixTimeval ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Constructor with Seconds and MicroSeconds fields
Syntax
Parameters
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Compare this to another
Syntax
public int CompareTo (PosixTimeval that)Parameters
- that
- A SharpPcap.PosixTimeval
Returns
A intRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
The timeval as a DateTime in Utc
Syntax
public virtual DateTime Date { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Equals override
Syntax
Parameters
- obj
- A object
Returns
A boolRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
GetHashCode override
Syntax
public override int GetHashCode ()Returns
A intRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Documentation for this section has not yet been entered.
Syntax
public virtual ulong MicroSeconds { get; set; }Value
Number of microseconds in the timevalRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Operator ==
Syntax
Parameters
Returns
A boolRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Operator > overload
Syntax
Parameters
Returns
A boolRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Operator >=
Syntax
Parameters
Returns
A boolRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Operator !=
Syntax
Parameters
Returns
A boolRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Operator < overload
Syntax
Parameters
Returns
A boolRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Operator <=
Syntax
Parameters
Returns
A boolRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Documentation for this section has not yet been entered.
Syntax
public virtual ulong Seconds { get; set; }Value
Number of seconds in the timevalRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Convert the timeval to a string like 'SECONDS.MICROSECONDSs'
Syntax
public override string ToString ()Returns
A stringRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0