System.Activities System.Activities.Statements System.Activities.Expressions System.Activities.Validation System.Activities.XamlIntegration Microsoft.VisualBasic Microsoft.VisualBasic.Activities System System.Collections System.Collections.Generic System.Data System.Diagnostics System.Drawing System.IO System.Linq System.Net.Mail System.Xml System.Xml.Linq UiPath.Core UiPath.Core.Activities System.Windows.Markup System.Collections.ObjectModel System.Activities.DynamicUpdate System.Reflection System.Runtime.InteropServices UiPath.Excel UiPath.Excel.Activities System.ComponentModel System.Runtime.Serialization System.Xml.Serialization System.Globalization UiPath.CSV UiPath.CSV.Activities UiPath.UIAutomationCore.Contracts UiPath.DataTableUtilities UiPath.UIAutomationNext.Enums System.Text.RegularExpressions Newtonsoft.Json.Linq Newtonsoft.Json System.Dynamic System.Collections.Specialized UiPath.Web.Activities UiPath.Core.Activities.Orchestrator UiPath.DocumentUnderstanding.Digitizer.Utils UiPath.PDF.Activities UiPath.Shared.Activities UiPath.Vision.OCR UiPath.OCR.Contracts UiPath.OmniPage.Activities UiPath.OCR.Contracts.Activities UiPath.Mail UiPath.Mail.Outlook.Activities UiPath.Mail.Activities Alphabet.Workflow Microsoft.VisualBasic.CompilerServices System.Security UiPath.Mail.SMTP.Activities UiPath.GSuite.Activities.Enums UiPath.GSuite.Activities UiPath.GSuite.Activities.Contracts System.Activities Microsoft.VisualBasic mscorlib System.Data System System.Drawing System.Core System.Xml System.Xml.Linq PresentationFramework WindowsBase PresentationCore System.Xaml UiPath.System.Activities UiPath.UiAutomation.Activities System.Data.DataSetExtensions System.Reflection.Metadata System.Memory System.ServiceModel Microsoft.Bcl.AsyncInterfaces System.ValueTuple System.ComponentModel.Composition UiPath.Excel System.Collections.Immutable UiPath.Excel.Activities.Design UiPath.Excel.Activities System.Runtime.Serialization UiPath.UIAutomationCore UiPath.UIAutomationNext Newtonsoft.Json UiPath.Web.Activities UiPath.System.Activities.Design netstandard UiPath.Mail.Activities GetXamlFileNameActivity UiPath.GSuite.Activities System.Linq.Async System.Linq.Async.Queryable System.Runtime.WindowsRuntime 18/05/1997 True [monthDiff] [Datetime.Now.Month - Datetime.ParseExact(birthday,“dd/MM/yyyy”,System.Globalization.CultureInfo.InvariantCulture).Month] [dayDiff] [Datetime.Now.Day - Datetime.ParseExact(birthday,“dd/MM/yyyy”,System.Globalization.CultureInfo.InvariantCulture).Day] [yearDiff] [Datetime.Now.Year - Datetime.ParseExact(birthday,“dd/MM/yyyy”,System.Globalization.CultureInfo.InvariantCulture).Year] [age] [If( monthDiff < 0, yearDiff-1, If( monthDiff = 0, If( dayDiff >=0, yearDiff, yearDiff-1 ), yearDiff ) )] True True [str_output] [if(yearDiff = age, "ano que vem", If( monthDiff = 0, "Only "+Math.Abs(dayDiff).ToString+"days until your "+yearDiff.ToString+"th birthday!", If(monthDiff = -1, If(dayDiff >0, "Only "+Math.Abs(CInt((Datetime.Now - DateTime.ParseExact(birthday, "dd/MM/yyyy", System.Globalization.CultureInfo.InvariantCulture).AddYears(yearDiff)).TotalDays)).ToString+"days until your "+yearDiff.ToString+"th birthday!", If(dayDiff=0, "Only 1 month until your birthday!",MAth.Abs(dayDiff).ToString+" days and "+Math.Abs(monthDiff).ToString+" months to go until your"+yearDiff.ToString+"th birthday!")), MAth.Abs(dayDiff).ToString+" days and "+Math.Abs(monthDiff).ToString+" months to go until your"+yearDiff.ToString+"th birthday!") ) )]