I need to set in the code a point of origin for calculation purposes. I was told that I could create a date-time variable for this point as it follows:
#region Variables
// Wizard generated variables
private DateTime input1 = DateTime.Now; // Default setting for Input1
// User defined variables (add any user defined variables below)
#endregion
Thanks

Comment