| 384 | return FromExploded(false, exploded); |
| 385 | } |
| 386 | static Time FromLocalExploded(const Exploded& exploded) { |
| 387 | return FromExploded(true, exploded); |
| 388 | } |
| 389 | |
| 390 | // Converts an integer value representing Time to a class. This is used |
| 391 | // when deserializing a |Time| structure, using a value known to be |
no outgoing calls