TimeInterval
    
    
      
    
    
      
      コレクションでコンテンツを整理
    
    
      
      必要に応じて、コンテンツの保存と分類を行います。
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
    
    
    
      
      
      
        
          
            
              | JSON 表現 | 
          
          
            
              | {
  "kind": string,
  "start": {
    object (DateTime)
  },
  "end": {
    object (DateTime)
  }
} | 
          
        
      
      
        
          
            
            
          
          
            
              | フィールド | 
          
          
            
              | kind(deprecated)
 | string
 リソースの種類を指定します。値: 固定文字列 "walletobjects#timeInterval"。 | 
            
              | start | object (DateTime)
 間隔の開始時刻。 オフセットは不要です。オフセットを指定し、end時刻が設定されている場合は、endにもオフセットを含める必要があります。 | 
            
              | end | object (DateTime)
 期間の終了時間。 オフセットは不要です。オフセットを指定し、start時刻が設定されている場合は、startにもオフセットを含める必要があります。 | 
          
        
      
    
  
  
  
  
    
  
 
  
    
    
      
       
    
    
  
  
  特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
  最終更新日 2025-07-25 UTC。
  
  
  
    
      [null,null,["最終更新日 2025-07-25 UTC。"],[],["The JSON representation defines a time interval with `start` and `end` time objects, both referencing a `DateTime` schema. The `kind` field, a string, is deprecated.  If an offset is provided for the `start` time, an offset must also be included in the `end` time, and vice-versa. Both the `start` and `end` fields are optional for offset inclusion.\n"]]