3.3 dateTime

The following example demonstrates the dateTime format as used by the Email class, as described in [MS-ASEMAIL].

 <?xml version="1.0" encoding="utf-8"?>
 <Sync xmlns:email="Email:" xmlns:airsyncbase="AirSyncBase:" xmlns:email2="Email2:" xmlns="AirSync:">
  
 <email:DateReceived>2009-11-12T00:45:06.000Z</email:DateReceived>
  

The following example demonstrates the dateTime format used by the Calendar class, as described in [MS-ASCAL].

 <?xml version="1.0" encoding="utf-8"?>
 <Sync xmlns="AirSync:" xmlns:calendar="Calendar:" xmlns:airsyncbase="AirSyncBase:">
  
 ...
  
 <calendar:StartTime>20091212T000000Z</calendar:StartTime>
  
 ...