Time ClassA Sandcastle Documented Class Library
A time of day in ISO 8601 format.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.Connector.TimeTime

Namespace:  Apptus.ESales.Connector.Time
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public class Time

The Time type exposes the following members.

Constructors

  NameDescription
Public methodTime
Creates a time with the specified hour, minute and second. Minute and second may be omitted for less precision. The offset specified the number of difference from UTC in number of minutes. The offset may be positive, negative or 0. If the offset is null, then according to ISO 8601 should use local time.
Top
Properties

  NameDescription
Public propertyHour
The hour. Never null.
Public propertyMinute
The minute. May return null.
Public propertyOffset
The offset in minutes from UTC. May return null.
Public propertySecond
The second. May return null.
Top
Methods

  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Parses a time of day in ISO 8601 format and returns it as a Time object. If parsing fails, this method throws an exception.
Public methodStatic memberParseInContext
Parses a time of day in ISO 8601 format and returns it as a Time object. If parsing fails, this method throws an exception. The input may omit the larger units, which in such case will be inherited from the start time supplied.
Public methodToString
Returns a string on the format YYYY-MM-DDTHH:MM:SSZ representing this time point.
(Overrides ObjectToString.)
Top
See Also

Reference