FieldType Class |
Namespace: Spire.Presentation
The FieldType type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
DateTime |
Gets current date and time in default date time format.
|
|
|
DateTime1 |
Gets current date and time in a first predefined format (MM/DD/YYYY).
|
|
|
DateTime10 |
Gets current date and time in a tenth predefined format (hh:mm).
|
|
|
DateTime11 |
Gets current date and time in a eleventh predefined format (hh:mm:ss).
|
|
|
DateTime12 |
Gets current date and time in a twelfth predefined format (hh:mm AM/PM)
|
|
|
DateTime13 |
Gets current date and time in a thirteenth predefined format (hh:mm:ss AM/PM)
|
|
|
DateTime2 |
Gets current date and time in a second predefined format (Day, Month DD, YYYY).
|
|
|
DateTime3 |
Gets current date and time in a third predefined format (DD Month YYYY).
|
|
|
DateTime4 |
Gets current date and time in a fourth predefined format (Month DD, YYYY).
|
|
|
DateTime5 |
Gets current date and time in a fifth predefined format (DD-Mon-YY).
|
|
|
DateTime6 |
Gets current date and time in a sixth predefined format (Month YY).
|
|
|
DateTime7 |
Gets current date and time in a seventh predefined format (Mon-YY).
|
|
|
DateTime8 |
Gets current date and time in a eighth predefined format (MM/DD/YYYY hh:mm AM/PM).
|
|
|
DateTime9 |
Gets current date and time in a ninth predefined format (MM/DD/YYYY hh:mm:ss AM/PM).
|
| Name | Description | |
|---|---|---|
|
|
Equals |
Checks if this field is equal to another.
(Overrides
Object
Equals(Object)
.)
|
|
|
GetHashCode |
Gets hashcode for this object.
(Overrides
Object
GetHashCode
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
| Name | Description | |
|---|---|---|
|
|
Equality |
Checks Objects is equal.
|
|
|
Inequality |
Checks Objects is inequal.
|