X12TimeFormat Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The x12 time format.
public readonly struct X12TimeFormat : IEquatable<Azure.ResourceManager.Logic.Models.X12TimeFormat>
type X12TimeFormat = struct
Public Structure X12TimeFormat
Implements IEquatable(Of X12TimeFormat)
- Inheritance
-
X12TimeFormat
- Implements
Constructors
| Name | Description |
|---|---|
| X12TimeFormat(String) |
Initializes a new instance of X12TimeFormat. |
Properties
| Name | Description |
|---|---|
| Hhmm |
HHMM. |
| Hhmmss |
HHMMSS. |
| HhmmsSd |
HHMMSSd. |
| HhmmsSdd |
HHMMSSdd. |
| NotSpecified |
NotSpecified. |
Methods
| Name | Description |
|---|---|
| Equals(X12TimeFormat) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(X12TimeFormat, X12TimeFormat) |
Determines if two X12TimeFormat values are the same. |
| Implicit(String to X12TimeFormat) |
Converts a String to a X12TimeFormat. |
| Inequality(X12TimeFormat, X12TimeFormat) |
Determines if two X12TimeFormat values are not the same. |