C# Saniye Bilgisi Olmadan DateTime Oluşturmak

Aşağıdaki kod ile oluşturabilirsiniz


DateTime DateWithTimeNoSeconds = DateTime.Now.Date.AddHours(DateTime.Now.Hour).AddMinutes(DateTime.Now.Minute);

Alıntı: http://stackoverflow.com/questions/4415824/remove-hourssecondsmiliseconds-in-datetime-object

Bir cevap yazın

E-posta hesabınız yayımlanmayacak.