how can i do this in c#? Fuction GetInt(ds as DateTime) as Integer End Fuction
Syntax is the basis of the language. If you don't know how to write a function then I suggest you find a beginner's C# tutorial and work through it. C# Code: private int GetInt(DateTime ds) { }
private int GetInt(DateTime ds) { }
Why is my data not saved to my database? | MSDN Data Walkthroughs VBForums Database Development FAQ My CodeBank Submissions: VB | C# My Blog: Data Among Multiple Forms (3 parts) Beginner Tutorials: VB | C# | SQL
Forum Rules