LanguageFormatDateOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class LanguageFormatDateOptions
{
bool? AdjustTimeZone { get; set; }
string Format { get; set; }
string TimeZoneId { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| AdjustTimeZone Obsolete | bool? | This parameter is no longer supported When true, converts to accessing user's time zone | ||
| Format | string | Custom format | ||
| TimeZoneId | string | Valid .NET TimeZone Id |