Class SchemaVersion
- Namespace
- GuildWars2
- Assembly
- GW2SDK.dll
Represents a schema version of the Guild Wars 2 API.
public sealed class SchemaVersion
- Inheritance
-
SchemaVersion
- Inherited Members
Fields
- Recommended
The schema version that GW2SDK is optimized for.
- V20190221
Represents the schema version "2019-02-21T00:00:00.000Z".
- V20190322
Represents the schema version "2019-03-22T00:00:00.000Z".
- V20190516
Represents the schema version "2019-05-16T00:00:00.000Z".
- V20190521
Represents the schema version "2019-05-21T23:00:00.000Z".
- V20190522
Represents the schema version "2019-05-22T00:00:00.000Z".
- V20191219
Represents the schema version "2019-12-19T00:00:00.000Z".
- V20201117
Represents the schema version "2020-11-17T00:30:00.000Z".
- V20210406
Represents the schema version "2021-04-06T21:00:00.000Z".
- V20210715
Represents the schema version "2021-07-15T13:00:00.000Z".
- V20220309
Represents the schema version "2022-03-09T02:00:00.000Z".
- V20220323
Represents the schema version "2022-03-23T19:00:00.000Z".
- V20240720
Represents the schema version "2024-07-20T01:00:00.000Z".
Properties
- Version
Gets the version string of the schema.
Methods
- ToString()
Returns the string representation of the schema version.
Operators
- implicit operator string(SchemaVersion)
Implicitly converts a SchemaVersion instance to a string.