Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

DateTime

The DateTime components in the RPA Desktop Design Studio enables different useful operations with date and time.

  • Use the Add component
    Increase or decrease the time or date by the value you specify as part of a Workflow with the Add component in RPA Desktop Design Studio.
  • Use the Compare component
    Compare two dates and time to find out whether the dates are the same by using the Compare component in RPA Desktop Design Studio.
  • Use the Format component
    Change the format of a date by using the Format component in RPA Desktop Design Studio.
  • Use the GetPart component
    Get the value of a part of the date format by using the GetPart component in RPA Desktop Design Studio. For example, you might want to get the value of the month in the MM/DD/YYYY format.
  • 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.
  • Use the Now component
    Get the current date and time of the system as part of an automation Workflow by using the component in RPA Desktop Design Studio.
  • Use the Today component
    Get the current date of the system by using the Today component in RPA Desktop Design Studio.
  • Use the UtcNow component
    Get the current date and time of the system in the Coordinated Universal Time (UTC) format by using the UtcNow component in RPA Desktop Design Studio.
  • Properties of the DateTime components
    Learn about the properties of the DateTime components in RPA Desktop Design Studio.

Parent Topic:Utilities