/// <summary> /// Get underflow date value /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> public static System.DateTime?GetUnderflowDate(this IDate operations) { return(operations.GetUnderflowDateAsync().GetAwaiter().GetResult()); }