.net - Verify if a value is a tick in c# -


i have time tick (635655080937662522) created c# , stored in database column. how can verify value tick , not else? tick have format?

tick number, there not more validation can do.

you can check if actual time in particular range makes sense case, application specific.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -