Dalamud/docs/api/Dalamud.Game.GameVersion.html
2021-12-06 19:14:46 +01:00

1502 lines
67 KiB
HTML

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class GameVersion
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class GameVersion
">
<meta name="generator" content="docfx 2.58.9.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Dalamud.Game.GameVersion">
<h1 id="Dalamud_Game_GameVersion" data-uid="Dalamud.Game.GameVersion" class="text-break">Class GameVersion
</h1>
<div class="markdown level0 summary"><p>A GameVersion object contains give hierarchical numeric components: year, month,
day, major and minor. All components may be unspecified, which is represented
internally as a -1. By definition, an unspecified component matches anything
(both unspecified and specified), and an unspecified component is &quot;less than&quot; any
specified component. It will also equal the string &quot;any&quot; if all components are
unspecified. The value can be retrieved from the ffxivgame.ver file in your game
installation directory.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">GameVersion</span></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.ICloneable</span></div>
<div><span class="xref">System.IComparable</span></div>
<div><span class="xref">System.IComparable</span>&lt;<a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a>&gt;</div>
<div><span class="xref">System.IEquatable</span>&lt;<a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a>&gt;</div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Game.html">Dalamud.Game</a></h6>
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
<h5 id="Dalamud_Game_GameVersion_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[Serializable]
public sealed class GameVersion : ICloneable, IComparable, IComparable&lt;GameVersion&gt;, IEquatable&lt;GameVersion&gt;</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion__ctor.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L132">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion__ctor_" data-uid="Dalamud.Game.GameVersion.#ctor*"></a>
<h4 id="Dalamud_Game_GameVersion__ctor" data-uid="Dalamud.Game.GameVersion.#ctor">GameVersion()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public GameVersion()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion__ctor_System_Int32_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.%23ctor(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L123">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion__ctor_" data-uid="Dalamud.Game.GameVersion.#ctor*"></a>
<h4 id="Dalamud_Game_GameVersion__ctor_System_Int32_" data-uid="Dalamud.Game.GameVersion.#ctor(System.Int32)">GameVersion(Int32)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public GameVersion(int year)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">year</span></td>
<td><p>The year.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion__ctor_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.%23ctor(System.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L110">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion__ctor_" data-uid="Dalamud.Game.GameVersion.#ctor*"></a>
<h4 id="Dalamud_Game_GameVersion__ctor_System_Int32_System_Int32_" data-uid="Dalamud.Game.GameVersion.#ctor(System.Int32,System.Int32)">GameVersion(Int32, Int32)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public GameVersion(int year, int month)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">year</span></td>
<td><p>The year.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">month</span></td>
<td><p>The month.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion__ctor_System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.%23ctor(System.Int32%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L93">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion__ctor_" data-uid="Dalamud.Game.GameVersion.#ctor*"></a>
<h4 id="Dalamud_Game_GameVersion__ctor_System_Int32_System_Int32_System_Int32_" data-uid="Dalamud.Game.GameVersion.#ctor(System.Int32,System.Int32,System.Int32)">GameVersion(Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public GameVersion(int year, int month, int day)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">year</span></td>
<td><p>The year.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">month</span></td>
<td><p>The month.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">day</span></td>
<td><p>The day.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion__ctor_System_Int32_System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.%23ctor(System.Int32%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L72">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion__ctor_" data-uid="Dalamud.Game.GameVersion.#ctor*"></a>
<h4 id="Dalamud_Game_GameVersion__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="Dalamud.Game.GameVersion.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">GameVersion(Int32, Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public GameVersion(int year, int month, int day, int major)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">year</span></td>
<td><p>The year.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">month</span></td>
<td><p>The month.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">day</span></td>
<td><p>The day.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">major</span></td>
<td><p>The major version.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion__ctor_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.%23ctor(System.Int32%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L47">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion__ctor_" data-uid="Dalamud.Game.GameVersion.#ctor*"></a>
<h4 id="Dalamud_Game_GameVersion__ctor_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="Dalamud.Game.GameVersion.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">GameVersion(Int32, Int32, Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public GameVersion(int year, int month, int day, int major, int minor)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">year</span></td>
<td><p>The year.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">month</span></td>
<td><p>The month.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">day</span></td>
<td><p>The day.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">major</span></td>
<td><p>The major version.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">minor</span></td>
<td><p>The minor version.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion__ctor_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.%23ctor(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L28">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion__ctor_" data-uid="Dalamud.Game.GameVersion.#ctor*"></a>
<h4 id="Dalamud_Game_GameVersion__ctor_System_String_" data-uid="Dalamud.Game.GameVersion.#ctor(System.String)">GameVersion(String)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonConstructor]
public GameVersion(string version)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">version</span></td>
<td><p>Version string to parse.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_Any.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.Any%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L139">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_Any_" data-uid="Dalamud.Game.GameVersion.Any*"></a>
<h4 id="Dalamud_Game_GameVersion_Any" data-uid="Dalamud.Game.GameVersion.Any">Any</h4>
<div class="markdown level1 summary"><p>Gets the default &quot;any&quot; game version.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static GameVersion Any { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_Day.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.Day%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L154">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_Day_" data-uid="Dalamud.Game.GameVersion.Day*"></a>
<h4 id="Dalamud_Game_GameVersion_Day" data-uid="Dalamud.Game.GameVersion.Day">Day</h4>
<div class="markdown level1 summary"><p>Gets the day component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int Day { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_Major.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.Major%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L159">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_Major_" data-uid="Dalamud.Game.GameVersion.Major*"></a>
<h4 id="Dalamud_Game_GameVersion_Major" data-uid="Dalamud.Game.GameVersion.Major">Major</h4>
<div class="markdown level1 summary"><p>Gets the major version component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int Major { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_Minor.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.Minor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L164">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_Minor_" data-uid="Dalamud.Game.GameVersion.Minor*"></a>
<h4 id="Dalamud_Game_GameVersion_Minor" data-uid="Dalamud.Game.GameVersion.Minor">Minor</h4>
<div class="markdown level1 summary"><p>Gets the minor version component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int Minor { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_Month.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.Month%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L149">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_Month_" data-uid="Dalamud.Game.GameVersion.Month*"></a>
<h4 id="Dalamud_Game_GameVersion_Month" data-uid="Dalamud.Game.GameVersion.Month">Month</h4>
<div class="markdown level1 summary"><p>Gets the month component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int Month { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_Year.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.Year%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L144">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_Year_" data-uid="Dalamud.Game.GameVersion.Year*"></a>
<h4 id="Dalamud_Game_GameVersion_Year" data-uid="Dalamud.Game.GameVersion.Year">Year</h4>
<div class="markdown level1 summary"><p>Gets the year component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int Year { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_Clone.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.Clone%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L299">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_Clone_" data-uid="Dalamud.Game.GameVersion.Clone*"></a>
<h4 id="Dalamud_Game_GameVersion_Clone" data-uid="Dalamud.Game.GameVersion.Clone">Clone()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public object Clone()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Object</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_CompareTo_Dalamud_Game_GameVersion_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.CompareTo(Dalamud.Game.GameVersion)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L318">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_CompareTo_" data-uid="Dalamud.Game.GameVersion.CompareTo*"></a>
<h4 id="Dalamud_Game_GameVersion_CompareTo_Dalamud_Game_GameVersion_" data-uid="Dalamud.Game.GameVersion.CompareTo(Dalamud.Game.GameVersion)">CompareTo(GameVersion)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int CompareTo(GameVersion value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_CompareTo_System_Object_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.CompareTo(System.Object)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L302">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_CompareTo_" data-uid="Dalamud.Game.GameVersion.CompareTo*"></a>
<h4 id="Dalamud_Game_GameVersion_CompareTo_System_Object_" data-uid="Dalamud.Game.GameVersion.CompareTo(System.Object)">CompareTo(Object)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int CompareTo(object obj)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Object</span></td>
<td><span class="parametername">obj</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_Equals_Dalamud_Game_GameVersion_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.Equals(Dalamud.Game.GameVersion)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L360">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_Equals_" data-uid="Dalamud.Game.GameVersion.Equals*"></a>
<h4 id="Dalamud_Game_GameVersion_Equals_Dalamud_Game_GameVersion_" data-uid="Dalamud.Game.GameVersion.Equals(Dalamud.Game.GameVersion)">Equals(GameVersion)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool Equals(GameVersion value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_Equals_System_Object_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.Equals(System.Object)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L351">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_Equals_" data-uid="Dalamud.Game.GameVersion.Equals*"></a>
<h4 id="Dalamud_Game_GameVersion_Equals_System_Object_" data-uid="Dalamud.Game.GameVersion.Equals(System.Object)">Equals(Object)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override bool Equals(object obj)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Object</span></td>
<td><span class="parametername">obj</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">System.Object.Equals(System.Object)</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_GetHashCode.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.GetHashCode%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L376">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_GetHashCode_" data-uid="Dalamud.Game.GameVersion.GetHashCode*"></a>
<h4 id="Dalamud_Game_GameVersion_GetHashCode" data-uid="Dalamud.Game.GameVersion.GetHashCode">GetHashCode()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override int GetHashCode()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">System.Object.GetHashCode()</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_Parse_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.Parse(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L243">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_Parse_" data-uid="Dalamud.Game.GameVersion.Parse*"></a>
<h4 id="Dalamud_Game_GameVersion_Parse_System_String_" data-uid="Dalamud.Game.GameVersion.Parse(System.String)">Parse(String)</h4>
<div class="markdown level1 summary"><p>Parse a version string. YYYY.MM.DD.majr.minr or &quot;any&quot;.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static GameVersion Parse(string input)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">input</span></td>
<td><p>Input to parse.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><p>GameVersion object.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_ToString.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.ToString%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L391">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_ToString_" data-uid="Dalamud.Game.GameVersion.ToString*"></a>
<h4 id="Dalamud_Game_GameVersion_ToString" data-uid="Dalamud.Game.GameVersion.ToString">ToString()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">System.Object.ToString()</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_TryParse_System_String_Dalamud_Game_GameVersion__.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.TryParse(System.String%2CDalamud.Game.GameVersion%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L284">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_TryParse_" data-uid="Dalamud.Game.GameVersion.TryParse*"></a>
<h4 id="Dalamud_Game_GameVersion_TryParse_System_String_Dalamud_Game_GameVersion__" data-uid="Dalamud.Game.GameVersion.TryParse(System.String,Dalamud.Game.GameVersion@)">TryParse(String, out GameVersion)</h4>
<div class="markdown level1 summary"><p>Try to parse a version string. YYYY.MM.DD.majr.minr or &quot;any&quot;.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool TryParse(string input, out GameVersion result)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">input</span></td>
<td><p>Input to parse.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><span class="parametername">result</span></td>
<td><p>GameVersion object.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><p>Success or failure.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="operators">Operators
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_op_Addition_Dalamud_Game_GameVersion_System_TimeSpan_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.op_Addition(Dalamud.Game.GameVersion%2CSystem.TimeSpan)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L212">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_op_Addition_" data-uid="Dalamud.Game.GameVersion.op_Addition*"></a>
<h4 id="Dalamud_Game_GameVersion_op_Addition_Dalamud_Game_GameVersion_System_TimeSpan_" data-uid="Dalamud.Game.GameVersion.op_Addition(Dalamud.Game.GameVersion,System.TimeSpan)">Addition(GameVersion, TimeSpan)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static GameVersion operator +(GameVersion v1, TimeSpan v2)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><span class="parametername">v1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.TimeSpan</span></td>
<td><span class="parametername">v2</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_op_Equality_Dalamud_Game_GameVersion_Dalamud_Game_GameVersion_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.op_Equality(Dalamud.Game.GameVersion%2CDalamud.Game.GameVersion)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L171">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_op_Equality_" data-uid="Dalamud.Game.GameVersion.op_Equality*"></a>
<h4 id="Dalamud_Game_GameVersion_op_Equality_Dalamud_Game_GameVersion_Dalamud_Game_GameVersion_" data-uid="Dalamud.Game.GameVersion.op_Equality(Dalamud.Game.GameVersion,Dalamud.Game.GameVersion)">Equality(GameVersion, GameVersion)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool operator ==(GameVersion v1, GameVersion v2)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><span class="parametername">v1</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><span class="parametername">v2</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_op_GreaterThan_Dalamud_Game_GameVersion_Dalamud_Game_GameVersion_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.op_GreaterThan(Dalamud.Game.GameVersion%2CDalamud.Game.GameVersion)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L202">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_op_GreaterThan_" data-uid="Dalamud.Game.GameVersion.op_GreaterThan*"></a>
<h4 id="Dalamud_Game_GameVersion_op_GreaterThan_Dalamud_Game_GameVersion_Dalamud_Game_GameVersion_" data-uid="Dalamud.Game.GameVersion.op_GreaterThan(Dalamud.Game.GameVersion,Dalamud.Game.GameVersion)">GreaterThan(GameVersion, GameVersion)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool operator&gt;(GameVersion v1, GameVersion v2)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><span class="parametername">v1</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><span class="parametername">v2</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_op_GreaterThanOrEqual_Dalamud_Game_GameVersion_Dalamud_Game_GameVersion_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.op_GreaterThanOrEqual(Dalamud.Game.GameVersion%2CDalamud.Game.GameVersion)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L207">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_op_GreaterThanOrEqual_" data-uid="Dalamud.Game.GameVersion.op_GreaterThanOrEqual*"></a>
<h4 id="Dalamud_Game_GameVersion_op_GreaterThanOrEqual_Dalamud_Game_GameVersion_Dalamud_Game_GameVersion_" data-uid="Dalamud.Game.GameVersion.op_GreaterThanOrEqual(Dalamud.Game.GameVersion,Dalamud.Game.GameVersion)">GreaterThanOrEqual(GameVersion, GameVersion)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool operator &gt;=(GameVersion v1, GameVersion v2)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><span class="parametername">v1</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><span class="parametername">v2</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_op_Implicit_System_String__Dalamud_Game_GameVersion.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.op_Implicit(System.String)~Dalamud.Game.GameVersion%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L166">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_op_Implicit_" data-uid="Dalamud.Game.GameVersion.op_Implicit*"></a>
<h4 id="Dalamud_Game_GameVersion_op_Implicit_System_String__Dalamud_Game_GameVersion" data-uid="Dalamud.Game.GameVersion.op_Implicit(System.String)~Dalamud.Game.GameVersion">Implicit(String to GameVersion)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static implicit operator GameVersion(string ver)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">ver</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_op_Inequality_Dalamud_Game_GameVersion_Dalamud_Game_GameVersion_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.op_Inequality(Dalamud.Game.GameVersion%2CDalamud.Game.GameVersion)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L181">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_op_Inequality_" data-uid="Dalamud.Game.GameVersion.op_Inequality*"></a>
<h4 id="Dalamud_Game_GameVersion_op_Inequality_Dalamud_Game_GameVersion_Dalamud_Game_GameVersion_" data-uid="Dalamud.Game.GameVersion.op_Inequality(Dalamud.Game.GameVersion,Dalamud.Game.GameVersion)">Inequality(GameVersion, GameVersion)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool operator !=(GameVersion v1, GameVersion v2)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><span class="parametername">v1</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><span class="parametername">v2</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_op_LessThan_Dalamud_Game_GameVersion_Dalamud_Game_GameVersion_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.op_LessThan(Dalamud.Game.GameVersion%2CDalamud.Game.GameVersion)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L186">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_op_LessThan_" data-uid="Dalamud.Game.GameVersion.op_LessThan*"></a>
<h4 id="Dalamud_Game_GameVersion_op_LessThan_Dalamud_Game_GameVersion_Dalamud_Game_GameVersion_" data-uid="Dalamud.Game.GameVersion.op_LessThan(Dalamud.Game.GameVersion,Dalamud.Game.GameVersion)">LessThan(GameVersion, GameVersion)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool operator &lt;(GameVersion v1, GameVersion v2)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><span class="parametername">v1</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><span class="parametername">v2</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_op_LessThanOrEqual_Dalamud_Game_GameVersion_Dalamud_Game_GameVersion_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.op_LessThanOrEqual(Dalamud.Game.GameVersion%2CDalamud.Game.GameVersion)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L194">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_op_LessThanOrEqual_" data-uid="Dalamud.Game.GameVersion.op_LessThanOrEqual*"></a>
<h4 id="Dalamud_Game_GameVersion_op_LessThanOrEqual_Dalamud_Game_GameVersion_Dalamud_Game_GameVersion_" data-uid="Dalamud.Game.GameVersion.op_LessThanOrEqual(Dalamud.Game.GameVersion,Dalamud.Game.GameVersion)">LessThanOrEqual(GameVersion, GameVersion)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool operator &lt;=(GameVersion v1, GameVersion v2)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><span class="parametername">v1</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><span class="parametername">v2</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion_op_Subtraction_Dalamud_Game_GameVersion_System_TimeSpan_.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion.op_Subtraction(Dalamud.Game.GameVersion%2CSystem.TimeSpan)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L225">View Source</a>
</span>
<a id="Dalamud_Game_GameVersion_op_Subtraction_" data-uid="Dalamud.Game.GameVersion.op_Subtraction*"></a>
<h4 id="Dalamud_Game_GameVersion_op_Subtraction_Dalamud_Game_GameVersion_System_TimeSpan_" data-uid="Dalamud.Game.GameVersion.op_Subtraction(Dalamud.Game.GameVersion,System.TimeSpan)">Subtraction(GameVersion, TimeSpan)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static GameVersion operator -(GameVersion v1, TimeSpan v2)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td><span class="parametername">v1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.TimeSpan</span></td>
<td><span class="parametername">v2</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.ICloneable</span>
</div>
<div>
<span class="xref">System.IComparable</span>
</div>
<div>
<span class="xref">System.IComparable&lt;T&gt;</span>
</div>
<div>
<span class="xref">System.IEquatable&lt;T&gt;</span>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_GameVersion.md&amp;value=---%0Auid%3A%20Dalamud.Game.GameVersion%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/GameVersion.cs/#L19" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>