|
|
|
|
|
by anamexis
1811 days ago
|
|
That is describing the different formats it will accept. Further down the page: > If s contains time zone information, this method returns a DateTime value whose Kind property is DateTimeKind.Local and converts the date and time in s to local time. Otherwise, it performs no time zone conversion and returns a DateTime value whose Kind property is DateTimeKind.Unspecified. |
|