CustomTimeZoneInfo

SaveOptions.CustomTimeZoneInfo property

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

public TimeZoneInfo CustomTimeZoneInfo { get; set; }

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