Click or drag to resize
AkPersonalConfigGetDate Method
获取变量值。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static DateTime GetDate(
	string name
)

Parameters

name
Type: SystemString
变量名称。

Return Value

Type: DateTime
变量值。
See Also