GetIsTimeZoneHeaderRequired method

bool GetIsTimeZoneHeaderRequired(
  1. bool isUpdateOperation
)
Gets a value indicating whether a time zone SOAP header should be emitted in a CreateItem or UpdateItem request so this item can be property saved or updated. Indicates whether the operation being petrformed is an update operation.

Implementation

bool GetIsTimeZoneHeaderRequired(bool isUpdateOperation) {
  return false;
}