Class Build
Details about the current build.
Inheritance
System.Object
Build
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class Build : object
Fields
VersionConstant
Gets the build version.
Declaration
public const string VersionConstant = null
Field Value
Type | Description |
---|---|
System.String |
Properties
Date
Gets the build date.
Declaration
public static DateTime Date { get; }
Property Value
Type | Description |
---|---|
DateTime |
Day
Gets the build day.
Declaration
public static int Day { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
MajorVersion
Gets the build major version.
Declaration
public static int MajorVersion { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinorVersion
Gets the build minor version.
Declaration
public static int MinorVersion { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Month
Gets the build month.
Declaration
public static int Month { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PatchVersion
Gets the build patch version.
Declaration
public static int PatchVersion { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
RevisionVersion
Gets the build revision version.
Declaration
public static int RevisionVersion { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Version
Gets the full build version.
Declaration
public static string Version { get; }
Property Value
Type | Description |
---|---|
System.String |
Year
Gets the build year.
Declaration
public static int Year { get; }
Property Value
Type | Description |
---|---|
System.Int32 |