Show / Hide Table of Contents

Operator LessThan

| Improve this Doc View Source

LessThan(_DateTime, _DateTime)

Compares the two _DateTime parameters to determine whether the first is less than 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