GetIsTimeZoneHeaderRequired method

  1. @override
bool GetIsTimeZoneHeaderRequired(
  1. bool isUpdateOperation
)
override
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

@override
bool GetIsTimeZoneHeaderRequired(bool isUpdateOperation) {
  return true;
}