Skip to content

e1499a3a 436e 8010 0628 6ca947b983d0

Fernando Garcia edited this page May 8, 2018 · 1 revision

DatetimeDataTypeModel.Locale Property

Additional header content

Gets or sets preferred output culture.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public KnownCulture Locale { get; set; }

VB

Public Property Locale As KnownCulture
	Get
	Set

Property Value

Type: KnownCulture
One of the KnownCulture values. The default is Current.

Remarks

ITEE Object Element Usage

<Datetime Locale="string" ...>
...
</Datetime>

Compatibility table with native writers.

Comma-Separated Values
CsvWriter
Tab-Separated Values
TsvWriter
SQL Script
SqlScriptWriter
XML Spreadsheet 2003
Spreadsheet2003TabularWriter
X X X X
A X value indicates that the writer supports this element.

Examples

The following example indicate that the content should be datetime data type. XML

<Style Name="DateValue">
  <Content Color="sc# 0.15 0.15 0.15">
    <Alignment Horizontal="Center"/>
    <DateTime Format="Year-Month" Locale="en-US">
      <Error Value="Today">
        <Comment Show="Yes">
          <Font Name="Comic Sans MS" Size="16" Bold="Yes" Italic="Yes" Underline="Yes"/>
        </Comment>
      </Error>
    </DateTime>
  </Content>
</Style>

See Also

Reference

DatetimeDataTypeModel Class
iTin.Export.Model Namespace

Clone this wiki locally