# Evolution Properties ## Properties
| Cavok | weather entity (i.e. SurfaceWind, Temperature, Visibility, etc.) public Entity entity { get; set; } |
| Entity | |
| Evolutions | An evolution can contain embedded evolutions with different probabilities (Inherited from AbstractEntity) |
| FromDay | day when the evolution occurs (FM) or starts (BECMG/TEMPO) |
| FromTime | hour and minute UTC (as string) when the evolution occurs (FM) or hour UTC (as string) when the evolution starts (BECMG/TEMPO) |
| Probability | optional annotation corresponding to the probability (PROBnn) |
| ToDay | day when the evolution ends (BECMG/tEMPO) |
| ToTime | hour UTC (as string) when the evolution ends (BECMG/TEMPO) |
| Type | annotation corresponding to the type of evolution (FM, BECMG or TEMPO) |