using System;
public class Program
{
public static void Main()
// Please copy over the LastRun for the tasks you want to convert from AutomatedTasks.Status.xml
// The value should end with character d
Console.WriteLine(DateTime.FromOADate(43605.6023784375d));
}