Show / Hide Table of Contents

Operator GreaterThanOrEqual

| Improve this Doc View Source

GreaterThanOrEqual(_DateTimeOffset, _DateTimeOffset)

Compares the two _DateTimeOffset parameters to determine whether the first is greater than or equal the second.

Declaration
public static _Boolean operator >=(_DateTimeOffset x, _DateTimeOffset y)
Parameters
Type Name Description
_DateTimeOffset x

A _DateTimeOffset object.

_DateTimeOffset y

A _DateTimeOffset object.

Returns
Type Description
_Boolean

A _Boolean expression which contains the result.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest