Create a new SalDateTime

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public SalDateTime(
	int year,
	int month,
	int day,
	int hour,
	int minute,
	int second,
	int milliseconds
)

Parameters

year
Type: System..::..Int32
month
Type: System..::..Int32
day
Type: System..::..Int32
hour
Type: System..::..Int32
minute
Type: System..::..Int32
second
Type: System..::..Int32
milliseconds
Type: System..::..Int32

See Also