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: 5.0.24.0 (5.0.24.0)
SyntaxOBERONLoyaltySystemClientWS_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