jj 20_01_16
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
Module ModuleHelperMethods
|
||||
|
||||
Public Enum EnumFormat
|
||||
Public Enum EnumFormatOptions
|
||||
[String] = 0
|
||||
Currency = 1
|
||||
[Decimal] = 2
|
||||
End Enum
|
||||
|
||||
Public Enum EnumDateTimePickerDefaultValueOptions
|
||||
CurrentDate = 0
|
||||
Empty = 1
|
||||
End Enum
|
||||
|
||||
Public Function BoolToInt(bool As Boolean) As Integer
|
||||
' Wandelt einen Boolean Wert in einen Int um
|
||||
Return IIf(bool, 1, 0)
|
||||
|
||||
Reference in New Issue
Block a user