Class BmDateTime

java.lang.Object
net.bluemind.core.api.date.BmDateTime

public class BmDateTime extends Object
  • Field Details

    • iso8601

      public String iso8601
      ISO8601 date format : - yyyyMMddTHHmmss.SSSZ - yyyyMMddTHHmmss.SSS - yyyyMMdd The date timezone must match the {timezone field.
    • timezone

      public String timezone
      Date timezone. Can be null or the date do not have timezone.
    • precision

      public BmDateTime.Precision precision
      Precision in the form of Date or DateTime
  • Constructor Details

  • Method Details