Time broken down into its components.
Parse date out of string s[] and store it in this Date instance.
1..31
0..23
0..59
1..12
0..999
-1200..1200 correction in hours
0: not specified, 1..7: Sunday..Saturday
use int.min as "nan" year value
See Implementation
Time broken down into its components.