TimeBetweenState
    
    
      
    
    
      
      使用集合让一切井井有条
    
    
      
      根据您的偏好保存内容并对其进行分类。
    
  
  
      
    
  
  
  
  
  
  
    
    
    
  
  
  
说明
表示时间范围。有效时间应介于 after 到 before 之间。
字段
| 
密钥
 | 
类型 | 
说明 | 
before
 | 
时间
 | 
 一天的最长有效时间。 可选 
 | 
after
 | 
时间
 | 
 一天的最小有效时间。 可选 
 | 
weekdays
 | 
[工作日]
 | 
 适用的工作日。如果为空,则时间范围适用于每一天。 可选 
 | 
示例
检查当前时间是否介于每天的下午 12:00 至下午 5:00 之间。
condition:
  type: time.between
  before: 5:00 pm
  after: 12:00 pm
检查当前时间是否介于日落和日出(第二天)之间。
condition:
  type: time.between
  before: sunrise
  after: sunset
检查当前时间是否在日落之后(直到午夜)。
condition:
  type: time.between
  after: sunset
  
  
  
 
  
    
    
    
  
  
  如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
  最后更新时间 (UTC):2025-10-24。
  
  
  
    
      [[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["不正确的信息","incorrectInformation","thumb-down"],["信息/样本不足","notEnoughInformationSamples","thumb-down"],["太复杂","tooComplicated","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-10-24。"],[],[]]