| Visual Basic (Declaration) | |
|---|---|
Public Property TimeSpanFormat As XmlFastInfosetFormat | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetWriterProfile Dim value As XmlFastInfosetFormat instance.TimeSpanFormat = value value = instance.TimeSpanFormat | |
| C# | |
|---|---|
public XmlFastInfosetFormat TimeSpanFormat {get; set;} | |
| Delphi | |
|---|---|
public read-write property TimeSpanFormat: XmlFastInfosetFormat; | |
| JScript | |
|---|---|
public function get,set TimeSpanFormat : XmlFastInfosetFormat | |
| Managed Extensions for C++ | |
|---|---|
public: __property XmlFastInfosetFormat get_TimeSpanFormat(); public: __property void set_TimeSpanFormat( XmlFastInfosetFormat value ); | |
| C++/CLI | |
|---|---|
public: property XmlFastInfosetFormat TimeSpanFormat { XmlFastInfosetFormat get(); void set ( XmlFastInfosetFormat value); } | |
Values of this data type can be encoded using any of the following representations:
When values are indexed, they are added to the Fast Infoset vocabulary in order to reduce redundancy and increase compactness. If there are few repeating values of the same data type then it might be preferable not to use indexing.