Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
xs.gYearMonth.ne( $value as xs.gYearMonth ) as boolean
Not equal comparison on xs.gYearMonth values
Parameters | |
---|---|
$value | A year month value. |
const v1 = xs.gYearMonth('2013-08'); const v2 = xs.gYearMonth('2012-04'); v1.ne(v2);
Comments