Method CreateTimeOnly
CreateTimeOnly(String, String)
Creates a new TimeOnly field.
Declaration
public static Field CreateTimeOnly(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.8 |
| .NET | 200.4 - 200.8 |
| .NET Windows | 200.4 - 200.8 |
| .NET Android | 200.4 - 200.8 |
| .NET iOS | 200.4 - 200.8 |
| .NET Framework | 200.4 - 200.8 |
| UWP | 200.4 - 200.8 |