Aspose::Words::Saving::SaveOptions::get_CustomTimeZoneInfo method

SaveOptions::get_CustomTimeZoneInfo method

Gets or sets custom local time zone used for date/time fields.

System::SharedPtr<System::TimeZoneInfo> Aspose::Words::Saving::SaveOptions::get_CustomTimeZoneInfo() const

Remarks

This option is available in either .Net framework starting from 3.5 version or .Net Standard.

By default, Aspose.Words uses system local time zone when writes date/time fields, this option allows to set custom value.

See Also