Click or drag to resize

IEditSessionChangeClientBirthDate Method

Changes client's birth date.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeClientBirthDate(
	DateTime? birthDate,
	IClientStub client
)

Parameters

birthDate
Type: SystemNullableDateTime
New birth date
client
Type: Resto.Front.Api.Editors.StubsIClientStub
Changing client
See Also