Use the IsLeapYear component
Specify a year to find out whether it's a leap year by using the IsLeapYear component in RPA Desktop Design Studio.
Before you begin
Role required: none
About this task
You can configure the properties for the IsLeapYear component. For more information about these properties, see Properties of the DateTime components.
Procedure
In the Toolbox pane, navigate to Utilities > DateTime.
Drag the IsLeapYear component to the Design surface.
Drag the Now component to the Design surface.
Drag the GetPart component to the Design surface.
To configure the input field, see Configure port properties.
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. 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
GetPart component extracts a date part from the Now component, and IsLeapYear determines if the year is a leap year.
Parent Topic:DateTime