IOBERONLoyaltySystemServiceGetDateTime Method | |
Vráti dátum a čas počítača, na ktorom beží webová služba.
Namespace: Exa.OBERON.ServicesAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 4.6.14.0 (4.6.14.0)
Syntax OBERONLoyaltySystemClientWS_ResultValue<string> GetDateTime()
Function GetDateTime As OBERONLoyaltySystemClientWS_ResultValue(Of String)
Dim instance As IOBERONLoyaltySystemService
Dim returnValue As OBERONLoyaltySystemClientWS_ResultValue(Of String)
returnValue = instance.GetDateTime()
Return Value
OBERONLoyaltySystemClientWS_ResultValueStringVráti návratovú hodnotu
ResultValueT (dátum vo formáte yyyy-MM-ddTHH:mm:ss).
See Also