DateTimeSubtractExpression


DateTimeSubtractExpression

Table of Contents

What it is

DateTimeSubtractExpression is used to ...

Code example

if (left == null || right == null)
    return null;

return new AndExpression(left, right);


Explanation of the example

If two booleans (left and right) are both not null (line 1), the AND of these two booleans is returned (line 4). 

 

 

 



Article ID: 252
Created: Thu, Dec 5, 2019
Last Updated: Tue, Jan 28, 2020

Online URL: https://wiki-ai-framework.abstract-it.nl/article/datetimesubtractexpression-252.html