OHyMoS.NET Class Library

OhTimePoint.CompareTo メソッド (IOhTimePointImmutable)

Compares the current OhTimePoint object to another object 'arg' and returns the result. The returend value is 1, 0, -1

public int CompareTo(
   IOhTimePointImmutable arg
);

パラメータ

arg
an Object value

戻り値

an int value

the value 0 if this OhTimePoint object expresses the same time as the argument OhTimePoint object; the value -1 0 if this OhTimePoint object expresses earlier time than the argument OhTimePoint object; the value 1 if this OhTimePoint object expresses later time than the argument OhTimePoint object.

実装

IOhTimePointImmutable.CompareTo

参照

OhTimePoint クラス | OhymosNet 名前空間 | OhTimePoint.CompareTo オーバーロードの一覧