Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The daily plan orders for workflows are returned.

The following REST Web Service API resources are used:

* /daily_plan/orders

PARAMETERS

OrderId

-OrderId <String>

...

-Timezone <TimeZoneInfo>
Specifies the timezone to which dates should be converted in the daily plan information.
A timezone can e.g. be specified like this:

Get-JSDailyPlan JSDailyPlanOrder -Timezone (Get-Timezone -Id 'GMT Standard Time')

All dates in JobScheduler are UTC and can be converted e.g. to the local time zone like this:

Get-JSDailyPlan JSDailyPlanOrder -Timezone (Get-Timezone)

Default: Dates are returned in UTC.

...