G
Guest
I have question about casting problem DateTime to numer in c#.
ex: VB6 or SQL
Select Cast( Getdate() as int)
result : 38272 (<-- 10/13/2004 )
what is the same casting method aboue DateTime to int32 in C#.
Thank you.
ex: VB6 or SQL
Select Cast( Getdate() as int)
result : 38272 (<-- 10/13/2004 )
what is the same casting method aboue DateTime to int32 in C#.
Thank you.