BlueLibs documentation

OBEXTimeISO Class

byte sequence that gives the object’s UTC date/time in ISO 8601 format. Local times should be represented in the format YYYYMMDDTHHMMSS UTC time in the format YYYYMMDDTHHMMSSZ. The letter “T” delimits the date from the time. UTC time is identified by concatenating a “Z” to the end of the sequence

For a list of all members of this type, see OBEXTimeISO Members.

System.Object
   BlueLibs.OBEX.OBEXHeader
      BlueLibs.OBEX.OBEXTimeISO

[Visual Basic]
Public Class OBEXTimeISO
    Inherits OBEXHeader
[C#]
public class OBEXTimeISO : OBEXHeader

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: BlueLibs.OBEX

Assembly: BlueLibs (in BlueLibs.dll)

See Also

OBEXTimeISO Members | BlueLibs.OBEX Namespace