1. Home
  2. Docs
  3. Microsoft Expressions
  4. DateInRange

DateInRange

Date In Range

  • Total time elapsed between two Dates.

 Properties

      Common

  • DisplayName (String)-The display name of the activity

      Misc

  • Start (InArgument<DateTime>)- The starting input DateTime value.
  • Private (Boolean)- If selected, the values of variables and arguments are no longer logged at Verbose level.
  • Input (InArgument<DateTime>)- The input DateTime value which needs to checked whether it lies in the range or not.
  • Result (OutArgument<Boolean>)- Returns a TimeSpan variable.
  • End (InArgument<DateTime>)- The ending input DateTime value.

Example

  • Create a new Process and then click on Manage Packages. Now search for Activities.Expressions  in search bar. Install this package and click Save.
  • Then create a Sequence and inside it call Date in Range Enter the Starttime, Endtime, Input Time and take output in the result parameter.