What data type should I be using to represent Time (not dateTime) in an xsd/xml? -


i represent time in xsd. can current date + time.

thanks

these valid:

  • xs:time
  • xs:date
  • xs:datetime

pick whichever 1 appropriate you.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -