CalculateRequest.lastSaveDate Field

Definition

Contains a DateTime structure that specifies the date and time that the Excel Workbook should have most recently been saved in order for the calculation to proceed, or null if the calculation should proceed regardless of the date and the time that the Excel workbook was last saved.

[System.ServiceModel.MessageBodyMember(Namespace="http://tempuri.org/", Order=2)]
public Nullable<DateTime> lastSaveDate;
val mutable lastSaveDate : Nullable<DateTime>
Public lastSaveDate As Nullable(Of DateTime) 

Field Value

Attributes

Applies to