/// <summary> /// Get overflow datetime value /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> public static System.DateTime?GetOverflow(this IDatetime operations) { return(operations.GetOverflowAsync().GetAwaiter().GetResult()); }