Guest User

Untitled

a guest
Mar 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public class Sample
  2. {
  3. public bool IsZeroSecond()
  4. {
  5. if (DateTime.Now.Second == 0)
  6. {
  7. return true;
  8. }
  9.  
  10. return false;
  11. }
  12. }
Add Comment
Please, Sign In to add comment