Start |
The StartOfYear type exposes the following members.
| Name | Description | |
|---|---|---|
| CompareTo | Compares this StartOfYear with the specified comparison StartOfYear for chronological order. | |
| Equals(Object) |
Returns true if obj is a StartOfYear
instance representing the same day of the year as this;
false otherwise.
(Overrides ValueTypeEquals(Object)) | |
| Equals(StartOfYear) | Returns true if other represents the same day of the year as this; false otherwise. | |
| FromString | Parses a string representation of a StartOfYear in --MM-DD format, the format used by XML Schema's gMonthDay type (based on ISO 8601). | |
| GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ValueTypeGetHashCode) | |
| ToString |
Returns a non-null, non-empty string representation of this object in
--MM-DD format, the format used by XML Schema's gMonthDay
type (based on ISO 8601).
(Overrides ValueTypeToString) | |
| TryFromString | Tries to parse a string representation of a StartOfYear in --MM-DD format, the format used by XML Schema's gMonthDay type (based on ISO 8601). Returns true if it succeeds. |