/ fm / liveswitch / Build
Class: Build
fm.liveswitch.Build
Details about the current build.
Table of contents
Constructors
Properties
Methods
- getTypeString
- getDate
- getDay
- getMajorVersion
- getMinorVersion
- getMonth
- getPatchVersion
- getRevisionVersion
- getVersion
- getYear
Constructors
constructor
+ new Build(): Build
Returns: Build
Defined in: Generated/TypeScript/fm.liveswitch/Build.ts:17
Properties
VersionConstant
▪ Readonly
Static
VersionConstant: string= "0.0.0.0"
Gets the build version.
Defined in: Generated/TypeScript/fm.liveswitch/Build.ts:17
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/Build.ts:9
getDate
▸ Static
getDate(): DateTime
Gets the build date.
Returns: DateTime
Defined in: Generated/TypeScript/fm.liveswitch/Build.ts:35
getDay
▸ Static
getDay(): number
Gets the build day.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Build.ts:50
getMajorVersion
▸ Static
getMajorVersion(): number
Gets the build major version.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Build.ts:62
getMinorVersion
▸ Static
getMinorVersion(): number
Gets the build minor version.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Build.ts:74
getMonth
▸ Static
getMonth(): number
Gets the build month.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Build.ts:86
getPatchVersion
▸ Static
getPatchVersion(): number
Gets the build patch version.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Build.ts:98
getRevisionVersion
▸ Static
getRevisionVersion(): number
Gets the build revision version.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Build.ts:110
getVersion
▸ Static
getVersion(): string
Gets the full build version.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/Build.ts:122
getYear
▸ Static
getYear(): number
Gets the build year.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/Build.ts:134