LxDateTime Structure Methods
In This Topic
For a list of all members of this type, see LxDateTime members.
Public Methods
| Name | Description |
| ChangeType | Attempts to change the type of the LxDateTime to the specified |
| CheckConversion | Checks if its possible to convert from one LxDateTimeType to another |
| Clone | |
| Compare | Compares 2 LxDateTime objects |
| CompareTo | Compares the current LxDateTime with |
| CreateDate | Overloaded. Creates a new xsd xs:date (Type = LxDateTimeType.Date). |
| CreateDateTime | Overloaded. Creates a new xsd xs:datetime (Type = LxDateTimeType.DateTime). |
| CreateGDay | Overloaded. Creates a new xsd xs:date (Type = LxDateTimeType.GDay). |
| CreateGMonth | Overloaded. Creates a new xsd xs:date (Type = LxDateTimeType.GMonth). |
| CreateGMonthDay | Overloaded. Creates a new xsd xs:date (Type = LxDateTimeType.GMonthDay). |
| CreateGYear | Overloaded. Creates a new xsd xs:date (Type = LxDateTimeType.GYear). |
| CreateGYearMonth | Overloaded. Creates a new xsd xs:date (Type = LxDateTimeType.GYearMonth). |
| CreateTime | Overloaded. Creates a new xsd xs:time (Type = LxDateTimeType.Time). |
| Equals | Overloaded. Indicates whether this instance and a specified object are equal. |
| GetDateTimeOffset | Converts the value to a System.DateTimeOffset. |
| GetHashCode | Serves as the default hash function.Returns the hash code for this instance.Serves as the default hash function.Returns the hash code for this instance. |
| Parse | Parses a string containing any XSD date time format ( xs:dateTime, xs:dateTimeStamp, xs:date, xs:gYearMonth, xs:gYear, xs:time, xs:gDay, xs:gMonth, xs:gMonthDay) |
| ParseXSDDate | Parses a string containing an xs:date |
| ParseXSDDateTime | Parses a string containing an xs:dateTime |
| ParseXSDTime | Parses a string containing an xs:time |
| ToString | Returns a string that represents the current object.Returns the fully qualified type name of this instance.Returns a string that represents the current object.Returns the fully qualified type name of this instance. |
| TryChangeType | Attempts to change the type of the LxDateTime to the specified |
| TryParse | Parses a string containing any XSD date time format ( xs:dateTime, xs:dateTimeStamp, xs:date, xs:gYearMonth, xs:gYear, xs:time, xs:gDay, xs:gMonth, xs:gMonthDay) |
| TryParseXSDDate | Parses a string containing an xs:date |
| TryParseXSDDateTime | Parses a string containing an xs:dateTime |
| TryParseXSDDateTimeStamp | Overloaded. Parses a string containing an xs:dateTimeStamp (XSD 1.1) |
| TryParseXSDTime | Parses a string containing an xs:time |
Top
See Also