Show / Hide Table of Contents

Operator GreaterThanOrEqual

| Improve this Doc View Source

GreaterThanOrEqual(_DateTime, _DateTime)

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

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

A _DateTime object.

_DateTime y

A _DateTime object.

Returns
Type Description
_Boolean

A _DateTime expression which contains the result.

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