C# Class CinderellaMGS.GlobalVar

显示文件 Open project: ThomasMoreCollege/CinderellaMGS

Public Properties

Property Type Description
ButtonBackColor Color
FormBackColor Color
LabelFont System.Drawing.Font
masterPairSwitch bool
timerInterval int

Public Methods

Method Description
getDate ( ) : string

Will return the current date and time from the sql server so that you do not have to use the date and time on the client computers.

Method Details

getDate() public static method

Will return the current date and time from the sql server so that you do not have to use the date and time on the client computers.
public static getDate ( ) : string
return string

Property Details

ButtonBackColor public_oe static_oe property

public static Color ButtonBackColor
return Color

FormBackColor public_oe static_oe property

public static Color FormBackColor
return Color

LabelFont public_oe static_oe property

public static Font,System.Drawing LabelFont
return System.Drawing.Font

masterPairSwitch public_oe static_oe property

public static bool masterPairSwitch
return bool

timerInterval public_oe static_oe property

public static int timerInterval
return int