Bonjour
Je dois adapter du code access en vb.net et je me trouve face a un probleme avec ce bout de code :
J'aimerais savoir comment transformer ce code en dotnet ou s'il y a des tutoriels la dessus.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36 Type PointageHoraireDecompositionJournee ' PARAMETRES HOuverture As String HFermeture As String HArriveePrevue As String HDepartPrevu As String HArriveeReelle As String HDepartReel As String HArrondi As String HTolerenceEnMinute As Integer ' REPONSES AR_RETENUE As String DR_RETENUE As String MINUTES_PREVUES As Integer HEURES_PREVUES As Double MINUTES_REALISEES As Integer HEURES_REALISEES As Double MINUTES_NORMALES As Integer HEURES_NORMALES As Double MINUTES_SUPPS As Integer HEURES_SUPPS As Double MINUTES_ABSENCES As Integer HEURES_ABSENCES As Double MINUTES_APRESFERMETURE As Integer HNA As String HND As String HSA1 As String HSD1 As String HSA2 As String HSD2 As String HAA1 As String HAD1 As String HAA2 As String HAD2 As String End Type
J'ai pensé a untilisé une structure est ce judicieux ?
Merci d'avance
Partager