Use the IsLeapYear component

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:2分
  • Specify a year to find out whether it's a leap year by using the IsLeapYear component in RPA Desktop Design Studio.

    始める前に

    Role required: none

    このタスクについて

    You can configure the properties for the IsLeapYear component. For more information about these properties, see Properties of the DateTime components.

    手順

    1. In the Toolbox pane, navigate to Utilities > DateTime.
    2. Drag the IsLeapYear component to the Design surface.
    3. Drag the Now component to the Design surface.
    4. Drag the GetPart component to the Design surface.
    5. To configure the input field, see Configure port properties.
    6. Connect the data and control ports of the IsLeapYear component to the corresponding ports of the other components as described in the following table and image.
      Port Name Port type Data type Purpose of connection
      Year Data In Passes the year that you specify from a previously executed component.
      Return Data Out Returns True if the specified year is a leap year. Otherwise, it returns False.
    7. オプション: To test the component, under the DESIGN tab, click Run.
      GetPart component extracts a date part from the Now component, and IsLeapYear determines if the year is a leap year.

    IsLeapYear component with GetPart and Now component

    図 : 1. IsLeapYear component
    GetPart component extracts a date part from the Now component, and IsLeapYear determines if the year is a leap year.