Tuesday, 13 September 2016

FInd Leap year or Not

static void LeapYEar(Args _args)
{
If(2015 MOD 4 == 0) 
    
    {
      info('then leap year');
    }
    
    
    else
    {
    info('not a leap year');
    }


}

No comments:

Post a Comment

POSTMAN D365

  Postman is useful to test the behavior of different OData class from/to D365FO. In this post we will see the steps to setup Postman with D...