Method CreateTimestampOffset
CreateTimestampOffset(String, String)
Creates a new TimestampOffset field.
Declaration
public static Field CreateTimestampOffset(string name, string alias = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of the field. |
System.String | alias | Optional alias of the field. |
Returns
Type | Description |
---|---|
Field | A new Field object. |
Remarks
Use this method to create a field. The field will be editable and nullable.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.4 - 200.5 |
.NET | 200.4 - 200.5 |
.NET Windows | 200.4 - 200.5 |
.NET Android | 200.4 - 200.5 |
.NET iOS | 200.4 - 200.5 |
.NET Framework | 200.4 - 200.5 |
UWP | 200.4 - 200.5 |